See: Description
Class | Description |
---|---|
CleanHouse |
Removes all elements or attributes in specified deltaxml namespaces.
|
LexicalPreservationBase |
The round trip processing markup filter.
|
NormalizeSpace |
Removes whitespace in PCDATA and attributes in an XML file.
|
PCDataConcatenatingInfilter |
This class concatenates a series of
XMLFilterImpl.characters(char[], int, int) into a single event,
which can be handled with PCDataConcatenatingInfilter.bufferedCharacters(char[], int, int) . |
Enum | Description |
---|---|
LexicalPreservationBase.PreserveItem |
An enum used to specify which items should be preserved.
|
LexicalPreservationBase.Region |
An enumeration marks the region of the document that is being parsed.
|
This package provides SAX event based filter implementations. These implementations are used by the
com.deltaxml.core.PipelinedComparator
class. However they can also be used in JAXP pipeline code or in conjunction
with the com.deltaxml.pipe
package should push mode filtering or LexicalHandler support be required.
The source code to this package and associated unit tests is provided in the source.zip file included in this release.
Please consult Specifying a Comparison Pipeline for examples of how these filters could be used.
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.