|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Packages | |
|---|---|
| com.deltaxml.api | This API provides comparison and recombination operations on XML tree structures. |
| com.deltaxml.core | This package provides an easy to use system for constructing XML pipelines which contain a DeltaXML XMLComparator. |
| com.deltaxml.pipe | This package provides extensions to the SAX parsing API. |
| com.deltaxml.pipe.filters | This package provides SAX event based filter implementations. |
| com.deltaxml.pipe.filters.dx2 | This package contains filters specific to the deltaV2 format. |
| com.deltaxml.pipe.filters.dx2.wbw | This package contains filters for use in Word By Word pipelines, as is discussed in the filters and pipeline guide, as well as the JavaDoc for each of the filters. |
A set of packages for XML Comparison and Recombination operations that comprise the DeltaXML Core product.
We recommend new users start by consulting the com.deltaxml.core
package. This package, introduced in the 3.0 release,
avoids much of the complexity of JAXP programming,
which has a steep learning curve for first time users.
The com.deltaxml.api
package provides support for existing code written
using the 2.x versions of DeltaXML Core.
This package may also be suitable for power users who wish to
implement techniques that the simplifications of the core package
hide or abstract; these include:
The com.deltaxml.pipe package provides extensions to
the SAX and JAXP interfaces upon which the core PipelinedComparator
was constructed. These are also available in source code form
in source.zip.
The com.deltaxml.pipe.filters package provides
Java based filter implementations for use in pipeline configurations.
The current contents of this package include classes for word-by-word
pipelines and also whitespace normalization. More XSLT filters will be converted
into Java in the future. The criteria for converting filters includes:
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||