public class TypedPropertyReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
Constructor and Description |
---|
TypedPropertyReadHandler(BeanUtility beanDescription,
java.lang.String expressionName,
CharacterEntityParser entityParser) |
Modifier and Type | Method and Description |
---|---|
protected void |
doneParsing()
Done parsing.
|
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
getName
characters, getObject, getResult
public TypedPropertyReadHandler(BeanUtility beanDescription, java.lang.String expressionName, CharacterEntityParser entityParser)
protected void doneParsing() throws org.xml.sax.SAXException
doneParsing
in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.xml.sax.SAXException
- if there is a parsing error.protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
getHandlerForChild
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
tagName
- the tag name.atts
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.