public abstract class AbstractExpressionReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
| Constructor and Description |
|---|
AbstractExpressionReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDefaultClassName() |
Expression |
getExpression() |
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.
|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
protected java.lang.String getDefaultClassName()
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandlerattrs - 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.AbstractXmlReadHandlertagName - the tag name.atts - the attributes.org.xml.sax.SAXException - if there is a parsing error.public Expression getExpression()
public java.lang.Object getObject()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - if there is a parsing error.