public class GroupReadHandler extends SectionReadHandler
| Constructor and Description |
|---|
GroupReadHandler() |
| 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.
|
characters, configureElement, startParsinggetNode, getObject, getStyle, init, isEnabledderiveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElementprotected 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 SectionReadHandlertagName - 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 SectionReadHandlerorg.xml.sax.SAXException - if there is a parsing error.protected Element getElement()
getElement in class SectionReadHandler