Interface | Description |
---|---|
IXmlDebugger |
Utility interface to allow the debugger to inspect XML in the middle of a streaming execution.
|
Class | Description |
---|---|
AttributePropertyResolver | |
AttributesWrapper |
Base class for transforming SAX Attributes-lists.
|
BodyOnlyFilter |
XmlFilter that skips startDocument and endDocument,
to be able to parse some additional body elements into and existing XML stream.
|
CanonicalizeFilter | |
ClassLoaderEntityResolver | |
ClassLoaderURIResolver |
Resolve URIs used in document(), xsl:import, and xsl:include.
|
ElementPropertyResolver | |
ExceptionCatchingFilter | |
ExceptionInsertingFilter |
XMLFilter to reinsert exceptions into a XMLFilter chain.
|
FullXmlFilter | |
NamespacedContentsRemovingAttributesWrapper |
AttributesWrapper that removes all attributes that have a namespace, or are of a specific namespace
|
NamespacedContentsRemovingFilter |
Filter that removes all Elements and attributes that are in a namespace, retaining only non-namespaced content.
|
NamespaceRemovingAttributesWrapper |
AttributesWrapper that removes all namespaces, retaining only local names.
|
NamespaceRemovingFilter | |
NodeSetFilter |
Filter that copies only a single element type, and/or its contents.
|
NonResolvingExternalEntityResolver |
Entity resolver which resolves external entities to an empty string.
|
NonResolvingURIResolver |
Entity resolver which resolves external entities to an empty string.
|
PrefixMapping | |
PrettyPrintFilter | |
RootElementToSessionKeyFilter | |
SaxDocumentBuilder | |
SaxElementBuilder | |
SkipEmptyTagsFilter | |
StaxParserFactory |
Descendant of Woodstox XMLInputFactory, that accepts XML 1.1 compliant content in XML 1.0 documents too.
|
ThreadConnectingFilter | |
TransformerFilter | |
XmlWriter |
Exception | Description |
---|---|
SaxException | |
TimeOutSaxException |
SaxException thrown to signal that a timeout occurred.
|
Copyright © 2023 Frank!Framework. All rights reserved.