public class ContentElementReadHandler extends AbstractElementReadHandler
| Constructor and Description |
|---|
ContentElementReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doneParsing()
Done parsing.
|
protected 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.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
configureElement, getNode, getStyle, init, isEnabledcharacters, deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElementprotected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class AbstractElementReadHandlerattrs - 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 AbstractElementReadHandlertagName - the tag name.atts - the attributes.org.xml.sax.SAXException - if there is a parsing error.protected void doneParsing()
throws org.xml.sax.SAXException
doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.public java.lang.Object getObject()
throws org.xml.sax.SAXException
getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandlergetObject in class AbstractElementReadHandlerorg.xml.sax.SAXException - if there's a parsing errorprotected Element getElement()
getElement in class AbstractElementReadHandler