Class SectionReadHandler
java.lang.Object
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler
org.jfree.report.modules.factories.report.flow.SectionReadHandler
- All Implemented Interfaces:
NodeReadHandler,org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
- Direct Known Subclasses:
DetailSectionReadHandler,GroupReadHandler,OutOfOrderSectionReadHandler,PageFooterReadHandler,PageHeaderReadHandler,ReportReadHandler,SubReportReadHandler
Creation-Date: 09.04.2006, 14:45:57
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) This method is called to process the character data between element tags.protected voidprotected voidDone parsing.protected Elementprotected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandlergetHandlerForChild(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected voidstartParsing(Attributes attrs) Starts parsing.Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler
getNode, getObject, getStyle, init, isEnabledMethods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
endElement, startElement
-
Constructor Details
-
SectionReadHandler
public SectionReadHandler() -
SectionReadHandler
-
-
Method Details
-
getElement
- Specified by:
getElementin classAbstractElementReadHandler
-
startParsing
Starts parsing.- Overrides:
startParsingin classAbstractElementReadHandler- Parameters:
attrs- the attributes.- Throws:
SAXException- if there is a parsing error.
-
configureElement
- Overrides:
configureElementin classAbstractElementReadHandler
-
getHandlerForChild
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts) throws SAXException Returns the handler for a child element.- Overrides:
getHandlerForChildin classAbstractElementReadHandler- Parameters:
tagName- the tag name.atts- the attributes.- Returns:
- the handler or null, if the tagname is invalid.
- Throws:
SAXException- if there is a parsing error.
-
doneParsing
Done parsing.- Overrides:
doneParsingin classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler- Throws:
SAXException- if there is a parsing error.
-
characters
This method is called to process the character data between element tags.- Specified by:
charactersin interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler- Overrides:
charactersin classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler- Parameters:
ch- the character buffer.start- the start index.length- the length.- Throws:
SAXException- if there is a parsing error.
-