public abstract class Consumer extends Object implements DocumentHandler
| Constructor and Description |
|---|
Consumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int offset,
int length) |
void |
endDocument() |
void |
endElement(String tagName) |
protected abstract DocumentHandler |
getEntryConsumer() |
abstract Enumeration |
getResults() |
void |
ignorableWhitespace(char[] ch,
int offset,
int length) |
void |
processingInstruction(String target,
String instruction) |
void |
setDocumentLocator(Locator locator) |
void |
startDocument() |
void |
startElement(String tagName,
AttributeList attr) |
public abstract Enumeration getResults()
protected abstract DocumentHandler getEntryConsumer()
public void startElement(String tagName, AttributeList attr) throws SAXException
startElement in interface DocumentHandlerSAXExceptionpublic void endElement(String tagName) throws SAXException
endElement in interface DocumentHandlerSAXExceptionpublic void characters(char[] ch,
int offset,
int length)
throws SAXException
characters in interface DocumentHandlerSAXExceptionpublic void ignorableWhitespace(char[] ch,
int offset,
int length)
throws SAXException
ignorableWhitespace in interface DocumentHandlerSAXExceptionpublic void processingInstruction(String target, String instruction) throws SAXException
processingInstruction in interface DocumentHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface DocumentHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface DocumentHandlerSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface DocumentHandlerCopyright © 2016. All rights reserved.