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 TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) This method is called to process the character data between element tags.protected void
protected void
Done parsing.protected Element
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
getHandlerForChild
(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected void
startParsing
(Attributes attrs) Starts parsing.Methods inherited from class org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler
getNode, getObject, getStyle, init, isEnabled
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
endElement, startElement
-
Constructor Details
-
SectionReadHandler
public SectionReadHandler() -
SectionReadHandler
-
-
Method Details
-
getElement
- Specified by:
getElement
in classAbstractElementReadHandler
-
startParsing
Starts parsing.- Overrides:
startParsing
in classAbstractElementReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
configureElement
- Overrides:
configureElement
in 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:
getHandlerForChild
in 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:
doneParsing
in 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:
characters
in interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
- Overrides:
characters
in 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.
-