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, isEnabledderiveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElementpublic SectionReadHandler()
public SectionReadHandler(Section section)
protected Element getElement()
getElement in class AbstractElementReadHandlerprotected 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 void configureElement(Element e)
configureElement in class AbstractElementReadHandlerprotected 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 void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
characters in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandlercharacters in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerch - the character buffer.start - the start index.length - the length.org.xml.sax.SAXException - if there is a parsing error.