org.jfree.report.modules.factories.report.flow
public class SectionReadHandler extends AbstractElementReadHandler
Constructor and Description |
---|
SectionReadHandler() |
SectionReadHandler(Section section) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length)
This method is called to process the character data between element tags.
|
protected void |
configureElement(Element e) |
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.
|
getNode, getObject, getStyle, init, isEnabled
deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElement
public SectionReadHandler()
public SectionReadHandler(Section section)
protected Element getElement()
getElement
in class AbstractElementReadHandler
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractElementReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.protected void configureElement(Element e)
configureElement
in class AbstractElementReadHandler
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 AbstractElementReadHandler
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 org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.xml.sax.SAXException
- if there is a parsing error.public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
characters
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
ch
- the character buffer.start
- the start index.length
- the length.org.xml.sax.SAXException
- if there is a parsing error.