org.apache.xmlrpc.parser
public abstract class AtomicParser extends TypeParserImpl
| Field Summary | |
|---|---|
| protected StringBuffer | sb |
| Constructor Summary | |
|---|---|
| protected | AtomicParser() Creates a new instance. |
| Method Summary | |
|---|---|
| void | characters(char[] pChars, int pStart, int pLength) |
| void | endElement(String pURI, String pLocalName, String pQName) |
| protected abstract void | setResult(String pResult) |
| void | startDocument() |
| void | startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) |