public class ByteArrayParser extends TypeParserImpl
Constructor and Description |
---|
ByteArrayParser() |
Modifier and Type | Method and Description |
---|---|
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) |
endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class TypeParserImpl
SAXException
public void characters(char[] pChars, int pStart, int pLength) throws SAXException
characters
in interface ContentHandler
characters
in class TypeParserImpl
SAXException
public void endElement(String pURI, String pLocalName, String pQName) throws SAXException
SAXException
public void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
SAXException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.