Package org.frankframework.xml
Class FullXmlFilter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.frankframework.xml.FullXmlFilter
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
,LexicalHandler
,XMLFilter
,XMLReader
- Direct Known Subclasses:
AbstractExceptionCatchingFilter
,AttributePropertyResolver
,BodyOnlyFilter
,CanonicalizeFilter
,ClassNameRewriter
,CompactSaxHandler
,ElementPropertyResolver
,ElementRoleFilter
,ExceptionInsertingFilter
,IncludeFilter
,InitialCapsFilter
,NamespacedContentsRemovingFilter
,NamespaceRemovingFilter
,NodeSetFilter
,OnlyActiveFilter
,PrettyPrintFilter
,RestoreMovedElementsHandler
,RootElementToSessionKeyFilter
,SkipContainersFilter
,SkipEmptyTagsFilter
,TransformerFilter
,XmlTee
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
comment
(char[] ch, int start, int length) void
endCDATA()
void
endDTD()
void
void
setContentHandler
(ContentHandler handler) void
setLexicalHandler
(LexicalHandler lexicalHandler) void
protected void
setParentsLexicalHandler
(XMLReader parent) void
void
void
startEntity
(String name) Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
FullXmlFilter
public FullXmlFilter() -
FullXmlFilter
-
-
Method Details
-
setContentHandler
- Specified by:
setContentHandler
in interfaceXMLReader
- Overrides:
setContentHandler
in classXMLFilterImpl
-
setParent
- Specified by:
setParent
in interfaceXMLFilter
- Overrides:
setParent
in classXMLFilterImpl
-
setParentsLexicalHandler
-
comment
- Specified by:
comment
in interfaceLexicalHandler
- Throws:
SAXException
-
startCDATA
- Specified by:
startCDATA
in interfaceLexicalHandler
- Throws:
SAXException
-
endCDATA
- Specified by:
endCDATA
in interfaceLexicalHandler
- Throws:
SAXException
-
startDTD
- Specified by:
startDTD
in interfaceLexicalHandler
- Throws:
SAXException
-
endDTD
- Specified by:
endDTD
in interfaceLexicalHandler
- Throws:
SAXException
-
startEntity
- Specified by:
startEntity
in interfaceLexicalHandler
- Throws:
SAXException
-
endEntity
- Specified by:
endEntity
in interfaceLexicalHandler
- Throws:
SAXException
-
setLexicalHandler
-