Class PropertyReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
- org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
-
- org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
-
- All Implemented Interfaces:
XmlReadHandler
public class PropertyReadHandler extends StringReadHandler
The Property-ReadHandler reads character data from an element along with a 'name' attribute. This way, this class is most suitable for creating name-value-pairs.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description PropertyReadHandler()
The Default-Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the declared property-name.-
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
characters, getObject, getResult
-
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
endElement, getLocator, getRootHandler, getTagName, getUri, init, startElement
-
-