public class StringReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
StringReadHandler()
Creates a new handler.
|
| Modifier and Type | Method and 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.
|
Object |
getObject()
Returns the object for this element.
|
String |
getResult()
Returns the result.
|
protected void |
startParsing(Attributes attrs)
Starts parsing.
|
endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementprotected void startParsing(Attributes attrs) throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.SAXException - if there is a parsing error.public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface XmlReadHandlercharacters in class AbstractXmlReadHandlerch - the character buffer.start - the start index.length - the length.SAXException - if there is a parsing error.protected void doneParsing()
throws SAXException,
XmlReaderException
doneParsing in class AbstractXmlReadHandlerSAXException - if there is a parsing error.XmlReaderException - if there is a reader error.public String getResult()
public Object getObject()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.