Skip navigation links

Package com.deltaxml.core

This package contains a collection of classes, exceptions, and enums to facilitate construction of pipelined comparison pipelines.

See: Description

Package com.deltaxml.core Description

This package contains a collection of classes, exceptions, and enums to facilitate construction of pipelined comparison pipelines.

This package uses the features of the JAXP API including XMLFilters and TransformerHandlers to link the pipeline stages together, but tries to hide the complexity of JAXP pipeline construction from the user.

A similar, but more efficient and feature-rich, pipeline is provided by the new com.deltaxml.cores9api package. Its provides similar classes and methods to this package (which should make upgrading fairly easy), but its internal implementation is based on s9api providing better performance and some extra features.

Support Note: This package should be considered 'deprecated'. We encourage new users to use the new cores9api package in preference to this one and will provide support to users who wish to upgrade.

NOTE: This package is called: com.deltaxml.core while the JAXP orientated API is: com.deltaxml.api. The api package name was/is a poor choice of name, but it is preserved for backwards compatibility reasons with existing 2.x releases. This package is built on-top of and uses the code in the api package.

Usage notes/comments in the various XSLT scripts included as samples describe some known bugs in some of the XSLT processors we have tested. We would recommend reading the script comments and/or the Java filter documentation when choosing filters or considering the use of different JAXP implementations.

A samples directory provides code samples and data together with a ReadMe file explaining compilation/running. We recommend using the provided Ant scripts for compilation and running . The Ant build tool is available from ant.apache.org.

Support Information

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.

Skip navigation links