org.jfree.xml.parser.coretypes
public class StringReadHandler extends AbstractXmlReadHandler
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.
|
Object | getObject()
Returns the object for this element.
|
String | getResult() |
protected void | startParsing(Attributes attrs)
Starts parsing.
|
Parameters: ch the character buffer. start the start index. length the length.
Throws: SAXException if there is a parsing error.
Throws: SAXException if there is a parsing error. XmlReaderException if there is a reader error.
Returns: the object.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.