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, getResult
deriveParseParameters, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class StringReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing error.public java.lang.String getName()