Class AttributeReadHandler
java.lang.Object
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
org.jfree.report.modules.factories.report.flow.AttributeReadHandler
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class AttributeReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
Creation-Date: 09.04.2006, 12:58:24
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Done parsing.Returns the object for this element.protected void
startParsing
(Attributes attrs) Starts parsing.Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
getName
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
characters, getResult
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
deriveParseParameters, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
-
Constructor Details
-
AttributeReadHandler
public AttributeReadHandler()
-
-
Method Details
-
doneParsing
Done parsing.- Overrides:
doneParsing
in classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
- Throws:
SAXException
- if there is a parsing error.
-
startParsing
Starts parsing.- Overrides:
startParsing
in classorg.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getNamespace
-
getObject
Returns the object for this element.- Specified by:
getObject
in interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
- Overrides:
getObject
in classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
- Returns:
- the object.
-