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.PropertyReadHandlerCreation-Date: 09.04.2006, 12:58:24- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description AttributeReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoneParsing()Done parsing.java.lang.StringgetNamespace()java.lang.ObjectgetObject()Returns the object for this element.protected voidstartParsing(org.xml.sax.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
-
-
-
-
Method Detail
-
doneParsing
protected void doneParsing() throws org.xml.sax.SAXExceptionDone parsing.- Overrides:
doneParsingin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Throws:
org.xml.sax.SAXException- if there is a parsing error.
-
startParsing
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXExceptionStarts parsing.- Overrides:
startParsingin classorg.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler- Parameters:
attrs- the attributes.- Throws:
org.xml.sax.SAXException- if there is a parsing error.
-
getNamespace
public java.lang.String getNamespace()
-
getObject
public java.lang.Object getObject()
Returns the object for this element.- Specified by:
getObjectin interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler- Overrides:
getObjectin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Returns:
- the object.
-
-