public abstract class AbstractDocumentExtender extends Object implements DocumentExtender
| Constructor and Description |
|---|
AbstractDocumentExtender() |
| Modifier and Type | Method and Description |
|---|---|
void |
completedChildElement(ElementExtender elementExtender) |
void |
endDocument() |
void |
startDocument() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementExtenderpublic void startDocument()
throws SAXException
startDocument in interface DocumentExtenderSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface DocumentExtenderSAXExceptionpublic void completedChildElement(ElementExtender elementExtender) throws SAXException
completedChildElement in interface SAXExtenderSAXExceptionCopyright © 2019. All rights reserved.