public class ExpressionReadHandler extends AbstractExpressionReadHandler
| Constructor and Description |
|---|
ExpressionReadHandler() |
| 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.
|
getDefaultClassName, getExpression, getObject, startParsingprotected 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 AbstractExpressionReadHandlertagName - the tag name.atts - the attributes.org.xml.sax.SAXException - if there is a parsing error.protected void doneParsing()
throws org.xml.sax.SAXException
doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.