public final class StartEndDocStripper extends XMLFilterImpl
startDocument() and endDocument() events
from the SAX stream.| Constructor and Description |
|---|
StartEndDocStripper(ContentHandler child) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
startDocument() |
characters, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic StartEndDocStripper(ContentHandler child)
public void startDocument()
startDocument in interface ContentHandlerstartDocument in class XMLFilterImplpublic void endDocument()
endDocument in interface ContentHandlerendDocument in class XMLFilterImplCopyright © 2017 Oracle Corporation. All rights reserved.