public abstract class AtomicParser extends TypeParserImpl
TypeParser
for parsing an atomic value.| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
sb |
| Modifier | Constructor and Description |
|---|---|
protected |
AtomicParser()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] pChars,
int pStart,
int pLength) |
void |
endElement(String pURI,
String pLocalName,
String pQName) |
protected abstract void |
setResult(String pResult) |
void |
startDocument() |
void |
startElement(String pURI,
String pLocalName,
String pQName,
Attributes pAttrs) |
endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMappingprotected StringBuffer sb
protected abstract void setResult(String pResult) throws SAXException
SAXExceptionpublic 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–2025 The Apache Software Foundation. All rights reserved.