XT 20051206 API

XT, a fast, free implementation of XSLT in java

See:
          Description

Packages
com.jclark.xsl.conv Number formatting utility classes
com.jclark.xsl.dom A simple DOM (level 1) API for XT This simple API is based purely on the DOM.
com.jclark.xsl.expr Expression parsing and evaluation This package provides facilities for parsing and evaluating XSLT expressions which include XPath expressions, template match patterns and attribute templates.
com.jclark.xsl.om The XML object model This package provides the APIs of the XML object model used internally by XT code.
com.jclark.xsl.sax The SAX (version 1) API for XT This package provides APIs for invoking XT with SAX 1 parsers providing input stylesheets and source document This version of XT continues the public interface of earlier versions.
com.jclark.xsl.sax2 The SAX (version 2) API for XT This package provides APIs for invoking XT with SAX 2 XMLReaders providing input stylesheets and source document
com.jclark.xsl.tr The transformation engine This package provides facilities for parsing and "compiling" XSLT stylesheets as well as executing the stylesheet with a source document to effect a transformation.
com.jclark.xsl.util Miscellaneous utilities for sorting, etc.

 

XT, a fast, free implementation of XSLT in java