| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandlerorg.jfree.xml.parser.coretypes.StringReadHandlerpublic class StringReadHandlerextends AbstractXmlReadHandlerConstructor Summary | |
| |
Method Summary | |
void |
|
protected void |
|
Object |
|
String | |
protected void |
|
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler | |
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing | |
public void characters(char[] ch, int start, int length) throws SAXException
This method is called to process the character data between element tags.
- Specified by:
- characters in interface XmlReadHandler
- Overrides:
- characters in interface AbstractXmlReadHandler
- Parameters:
ch- the character buffer.start- the start index.length- the length.
protected void doneParsing() throws SAXException, XmlReaderException
Done parsing.
- Overrides:
- doneParsing in interface AbstractXmlReadHandler
- Throws:
XmlReaderException- if there is a reader error.
public Object getObject()
Returns the object for this element.
- Specified by:
- getObject in interface XmlReadHandler
- Returns:
- the object.
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.
- Overrides:
- startParsing in interface AbstractXmlReadHandler
- Parameters:
attrs- the attributes.