org.apache.xmlrpc.parser
Class ByteArrayParser
- ContentHandler, TypeParser
public class ByteArrayParser
A parser for base64 elements.
characters, endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startDocument, startPrefixMapping |
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
startElement
public void startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs)
throws SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.