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, startPrefixMappingpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class TypeParserImplSAXExceptionpublic void characters(char[] pChars,
int pStart,
int pLength)
throws SAXException
characters in interface ContentHandlercharacters in class TypeParserImplSAXExceptionpublic void endElement(String pURI, String pLocalName, String pQName) throws SAXException
SAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
SAXExceptionCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.