org.apache.xmlrpc.parser
Class ByteArrayParser

java.lang.Object
  extended by org.apache.xmlrpc.parser.TypeParserImpl
      extended by org.apache.xmlrpc.parser.ByteArrayParser
All Implemented Interfaces:
TypeParser, ContentHandler
Direct Known Subclasses:
SerializableParser

public class ByteArrayParser
extends TypeParserImpl

A parser for base64 elements.


Constructor Summary
ByteArrayParser()
           
 
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
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
 

Constructor Detail

ByteArrayParser

public ByteArrayParser()
Method Detail

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.