Interface | Description |
---|---|
XMLPushFilter |
An equivalent interface to org.sax.xml.XMLFilter for use as a 'push' filter as opposed to a 'pull' filter.
|
Class | Description |
---|---|
AncestorXMLFilter |
Stores a stack of the elements that are ancestor to the current context in the SAXStream.
|
XMLFilterImpl2 |
Provides an extensible class for filtering SAX events, including lexical events such as XML comments.
|
XMLFilterImpl3 |
Provides an extensible class for filtering SAX events, including lexical events such as XML comments.
|
XMLPushFilterAdapter |
Used to convert an XMLFilter object into an XMLPushFilter object.
|
XMLPushFilterImpl |
A framework class which can be easily extended to provide custom push-mode SAX event filtering.
|
Enum | Description |
---|---|
XMLFilterImpl3.SaxEventItem |
The SAX event items for marking which SAX events to process.
|
This package provides extensions to the SAX parsing API. These extensions include support for filtering classes which support LexicalHandler call-backs for items such as comments and also support for a push-mode SAX based filter which can be used as a substitute for the JAXP TransformerHandler.
The source code to this package and associated unit tests is provided in the source.zip file included in this release.
Please visit our Support Page to find the relevant channels to use for any questions, bug-reports, suggested enhancements or any other matter related to this software.