|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.StringReadHandler
public class StringReadHandler
Required for list contents ...
| 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. |
protected void |
doneParsing()
Done parsing. |
java.lang.Object |
getObject()
Returns the object for this element. |
java.lang.String |
getResult()
Returns the result. |
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringReadHandler()
| Method Detail |
|---|
protected void startParsing(org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.
org.xml.sax.SAXException - if there is a parsing error.
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.
protected void doneParsing()
throws org.xml.sax.SAXException,
XmlReaderException
doneParsing in class AbstractXmlReadHandlerorg.xml.sax.SAXException - if there is a parsing error.
XmlReaderException - if there is a reader 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 | |||||||||