|
||||||||||
| 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
public class StringReadHandler
A XmlReadHandler that reads character-data for the given element.
| Constructor Summary | |
|---|---|
StringReadHandler()
Creates a new handler. |
|
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length)
This method is called to process the character data between element tags. |
java.lang.Object |
getObject()
Returns the object for this element. |
java.lang.String |
getResult()
Returns the result as string. |
| Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler |
|---|
endElement, getLocator, getRootHandler, getTagName, getUri, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringReadHandler()
| Method Detail |
|---|
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
characters in interface XmlReadHandlercharacters in class AbstractXmlReadHandlerch - the character buffer.start - the start index.length - the length.
org.xml.sax.SAXException - if there is a parsing error.public java.lang.String getResult()
public java.lang.Object getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||