org.pentaho.reporting.libraries.xmlns.parser
public class PropertiesReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
PropertiesReadHandler()
Creates a properties read-handler using "property" as child-tagname. | |
PropertiesReadHandler(String propertyTagName)
Creates a properties read-handler using the specified propertyTagName as child-tagname.
|
Method Summary | |
---|---|
Object | getObject()
Returns the resulting properties collection, never null.
|
Properties | getResult()
Returns the resulting properties collection, never null.
|
Parameters: propertyTagName the tag name for the child elements that define the properties.
Returns: the properties.
Throws: SAXException if there is a parsing error.
Returns: the properties.