org.jfree.report.modules.factories.report.flow
public class SubReportReadHandler extends SectionReadHandler
Constructor and Description |
---|
SubReportReadHandler() |
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.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, configureElement
getNode, getObject, getStyle, init, isEnabled
deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElement
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class SectionReadHandler
attrs
- 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 SectionReadHandler
tagName
- 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 SectionReadHandler
org.xml.sax.SAXException
- if there is a parsing error.protected Element getElement()
getElement
in class SectionReadHandler