public class FlowOperationReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
| Constructor and Description |
|---|
FlowOperationReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
FlowControlOperation |
getOperation() |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElementprotected 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.public FlowControlOperation getOperation()
public java.lang.Object getObject()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - if there is a parsing error.