|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
public class PropertyReadHandler
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.
| Constructor Summary | |
|---|---|
PropertyReadHandler()
The Default-Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the declared property-name. |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing. |
| Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler |
|---|
characters, doneParsing, getObject, getResult |
| Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler |
|---|
deriveParseParameters, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyReadHandler()
| Method Detail |
|---|
protected 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||