org.apache.xmlrpc.parser

Class ByteArrayParser

Implemented Interfaces:
ContentHandler, TypeParser
Known Direct Subclasses:
SerializableParser

public class ByteArrayParser
extends TypeParserImpl

A parser for base64 elements.

Method Summary

void
characters(char[] pChars, int pStart, int pLength)
void
endElement(String pURI, String pLocalName, String pQName)
void
startDocument()
void
startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs)

Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl

characters, endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startDocument, startPrefixMapping

Method Details

characters

public void characters(char[] pChars,
                       int pStart,
                       int pLength)
            throws SAXException
Overrides:
characters in interface TypeParserImpl

endElement

public void endElement(String pURI,
                       String pLocalName,
                       String pQName)
            throws SAXException

startDocument

public void startDocument()
            throws SAXException
Overrides:
startDocument in interface TypeParserImpl

startElement

public void startElement(String pURI,
                         String pLocalName,
                         String pQName,
                         Attributes pAttrs)
            throws SAXException

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.