XmlReadHandler
public class StringReadHandler extends AbstractXmlReadHandler
Constructor | Description |
---|---|
StringReadHandler() |
Creates a new handler.
|
Modifier and Type | Method | Description |
---|---|---|
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() |
|
protected void |
startParsing(org.xml.sax.Attributes attrs) |
Starts parsing.
|
endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
public StringReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- 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 XmlReadHandler
characters
in class AbstractXmlReadHandler
ch
- 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 AbstractXmlReadHandler
org.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()