Class TypedPropertyReadHandler
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.TypedPropertyReadHandler
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class TypedPropertyReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
Creation-Date: 09.04.2006, 12:58:24
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorsConstructorDescriptionTypedPropertyReadHandler(BeanUtility beanDescription, String expressionName, CharacterEntityParser entityParser) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDone parsing.protected 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.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
getNameMethods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
characters, getObject, getResultMethods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
-
Constructor Details
-
TypedPropertyReadHandler
public TypedPropertyReadHandler(BeanUtility beanDescription, String expressionName, CharacterEntityParser entityParser)
-
-
Method Details
-
doneParsing
Done parsing.- Overrides:
doneParsingin classorg.pentaho.reporting.libraries.xmlns.parser.StringReadHandler- Throws:
SAXException- if there is a parsing error.
-
startParsing
Starts parsing.- Overrides:
startParsingin classorg.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler- Parameters:
attrs- the attributes.- Throws:
SAXException- if there is a parsing error.
-
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 classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler- 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.
-