org.apache.xmlrpc.parser
Class AtomicParser
- ContentHandler, TypeParser
public abstract class AtomicParser
Abstract base implementation of
TypeParser
for parsing an atomic value.
characters , endDocument , endPrefixMapping , getDocumentLocator , getResult , ignorableWhitespace , isEmpty , processingInstruction , setDocumentLocator , setResult , skippedEntity , startDocument , startPrefixMapping |
sb
protected StringBuffer sb
AtomicParser
protected AtomicParser()
Creates a new instance.
characters
public void characters(char[] pChars,
int pStart,
int pLength)
throws SAXException
- characters in interface TypeParserImpl
endElement
public void endElement(String pURI,
String pLocalName,
String pQName)
throws SAXException
setResult
protected abstract void setResult(String pResult)
throws SAXException
startElement
public void startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.