org.pentaho.reporting.libraries.xmlns.parser
public class PropertyReadHandler extends StringReadHandler
| Constructor and Description |
|---|
PropertyReadHandler()
The Default-Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the declared property-name.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
characters, doneParsing, getObject, getResultderiveParseParameters, 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 StringReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing error.public java.lang.String getName()