public abstract class ElementReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
| Modifier | Constructor and Description |
|---|---|
protected |
ElementReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureElement(Element e) |
protected abstract Element |
getElement() |
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
java.lang.String |
getStyle() |
boolean |
isEnabled() |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
public boolean isEnabled()
public java.lang.String getStyle()
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing error.protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlertagName - the tag name.atts - the attributes.org.xml.sax.SAXException - if there is a parsing error.protected void configureElement(Element e)
protected abstract Element getElement()
public java.lang.Object getObject()
throws org.xml.sax.SAXException
org.xml.sax.SAXException