public class FullXmlFilter extends XMLFilterImpl implements LexicalHandler
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
FullXmlFilter() |
FullXmlFilter(ContentHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
comment(char[] ch,
int start,
int length) |
void |
endCDATA() |
void |
endDTD() |
void |
endEntity(String name) |
void |
setContentHandler(ContentHandler handler) |
void |
setParent(XMLReader parent) |
protected void |
setParentsLexicalHandler(XMLReader parent) |
void |
startCDATA() |
void |
startDTD(String name,
String publicId,
String systemId) |
void |
startEntity(String name) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public FullXmlFilter()
public FullXmlFilter(ContentHandler handler)
public void setContentHandler(ContentHandler handler)
setContentHandler
in interface XMLReader
setContentHandler
in class XMLFilterImpl
public void setParent(XMLReader parent)
setParent
in interface XMLFilter
setParent
in class XMLFilterImpl
protected void setParentsLexicalHandler(XMLReader parent)
public void comment(char[] ch, int start, int length) throws SAXException
comment
in interface LexicalHandler
SAXException
public void startCDATA() throws SAXException
startCDATA
in interface LexicalHandler
SAXException
public void endCDATA() throws SAXException
endCDATA
in interface LexicalHandler
SAXException
public void startDTD(String name, String publicId, String systemId) throws SAXException
startDTD
in interface LexicalHandler
SAXException
public void endDTD() throws SAXException
endDTD
in interface LexicalHandler
SAXException
public void startEntity(String name) throws SAXException
startEntity
in interface LexicalHandler
SAXException
public void endEntity(String name) throws SAXException
endEntity
in interface LexicalHandler
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.