public class BodyOnlyFilter extends FullXmlFilter
log
Constructor and Description |
---|
BodyOnlyFilter() |
BodyOnlyFilter(ContentHandler handler) |
BodyOnlyFilter(ContentHandler handler,
boolean skipRoot) |
Modifier and Type | Method and Description |
---|---|
void |
endDocument() |
void |
endElement(String uri,
String localname,
String qname) |
void |
startDocument() |
void |
startElement(String uri,
String localname,
String qname,
Attributes attributes) |
comment, endCDATA, endDTD, endEntity, setContentHandler, setParent, setParentsLexicalHandler, startCDATA, startDTD, startEntity
characters, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
public BodyOnlyFilter()
public BodyOnlyFilter(ContentHandler handler)
public BodyOnlyFilter(ContentHandler handler, boolean skipRoot)
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class XMLFilterImpl
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class XMLFilterImpl
SAXException
public void startElement(String uri, String localname, String qname, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class XMLFilterImpl
SAXException
public void endElement(String uri, String localname, String qname) throws SAXException
endElement
in interface ContentHandler
endElement
in class XMLFilterImpl
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.