public final class StartEndDocStripper extends org.xml.sax.helpers.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 org.xml.sax.helpers.XMLFilterImplpublic void endDocument()
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.XMLFilterImplCopyright © 2015 Oracle Corporation. All Rights Reserved.