org.apache.xmlrpc.parser
Class TypeParserImpl
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
- ContentHandler, TypeParser
public abstract class TypeParserImpl
extends java.lang.Object
Abstract base implementation of a
TypeParser
,
for derivation of subclasses.
characters
public void characters(char[] pChars,
int pOffset,
int pLength)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endPrefixMapping
public void endPrefixMapping(String pPrefix)
throws SAXException
getDocumentLocator
public Locator getDocumentLocator()
Returns the document locator.
- Locator object describing the current location within the
document.
ignorableWhitespace
public void ignorableWhitespace(char[] pChars,
int pOffset,
int pLength)
throws SAXException
isEmpty
protected static boolean isEmpty(char[] pChars,
int pStart,
int pLength)
processingInstruction
public void processingInstruction(String pTarget,
String pData)
throws SAXException
PI's are by default ignored.
setDocumentLocator
public void setDocumentLocator(Locator pLocator)
setResult
public void setResult(Object pResult)
Sets the result object.
pResult
- The result object.
skippedEntity
public void skippedEntity(String pName)
throws SAXException
Skipped entities raise an exception by default.
startDocument
public void startDocument()
throws SAXException
startPrefixMapping
public void startPrefixMapping(String pPrefix,
String pURI)
throws SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.