org.apache.xmlrpc.parser
Class ByteArrayParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.ByteArrayParser
- All Implemented Interfaces:
- TypeParser, ContentHandler
- Direct Known Subclasses:
- SerializableParser
public class ByteArrayParser
- extends TypeParserImpl
A parser for base64 elements.
Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl |
endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayParser
public ByteArrayParser()
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class TypeParserImpl
- Throws:
SAXException
characters
public void characters(char[] pChars,
int pStart,
int pLength)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class TypeParserImpl
- Throws:
SAXException
endElement
public void endElement(String pURI,
String pLocalName,
String pQName)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXException
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.