public class FragmentContentHandler extends org.xml.sax.helpers.XMLFilterImpl
XMLFilterImpl that masks start/end document SAX events.| Constructor and Description |
|---|
FragmentContentHandler() |
FragmentContentHandler(ContentHandler handler) |
FragmentContentHandler(XMLReader parent) |
| 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 FragmentContentHandler()
public FragmentContentHandler(XMLReader parent)
public FragmentContentHandler(ContentHandler handler)
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.XMLFilterImplSAXExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.