All Packages

Package Summary
Package
Description
This package provides the core classes of the SAXON XSLT library.
This package provides glue classes that enable Saxon to process a source document supplied as a DOM tree in the form of a DOMSource object; it also provides classes that present a DOM view of Saxon's native tree structures.
This package provides classes that feed SAX-like events from one tree to another.
This package provides classes that implement a StAX-like pull pipeline in which a recieving component makes calls on a provider component to supply information from the XML stream one event at a time.
This package provides classes associated with XPath expression handling.
This package contains classes responsible for evaluation of FLWOR expressions, in particular, those clauses of FLWOR expressions that are supported in Saxon-HE.
This package provides classes for the compiled representation of the various elements and other instructions found in an XSLT stylesheet.
This package provides classes associated with numbering and the xsl:number element.
This package contains classes associated with parsing and general static analysis of XPath expressions.
This package provides utility routines for sorting and grouping.
This package provides implementations of all the core functions available for use in XPath expressions.
This package contains the code to map XML Schema and XPath regular expressions to the regular expression engine of the underlying Java platform.
This package contains Saxon code that is specific to the Java platform, as distinct from .NET
This package collects together interfaces intended for user applications to implement in order to customize Saxon's behavior, default implementations of these interfaces, and classes containing constants that are used in public Saxon interfaces.
This package defines the interface to the Saxon tree structure.
This package provides glue classes that enable Saxon to process a source document supplied as a DOM4J tree (see http://www.dom4j.org).
This package provides implementations of the functions defined in EXSLT.
This package provides glue classes that enable Saxon to process a source document supplied as a JDOM tree (see http://www.jdom.org).
This package contains classes responsible for localizing the output of functions such as format-dateTime and format-integer into various languages.
This package provides some sample extension elements for loading data into an SQL database.
This package provides glue classes that enable Saxon to process a source document supplied as a XOM tree (see http://www.cafeconleche.org/XOM).
This package provides classes associated with XSLT pattern handling.
This package provides classes that interface Saxon to an XML parser that supplies data in the form of a stream of events.
This package provides a relatively low-level API for executing XQuery queries directly from a Java application.
This package provides Saxon's preferred Java API for XSLT, XQuery, XPath, and XML Schema processing.
This package contains code for serializing trees using the standard W3C-defined serialization methods (xml, html, text).
This package provides classes for handling different character sets, especially when serializing the output of a query or transformation.
This package contains the code to implement Unicode normalization.
This package provides classes used during the compilation of an XSLT stylesheet.
This package provides an alternative API for executing XPath expressions directly from a Java application: unlike the API in package net.sf.saxon.xpath, these interfaces are not dependent on JAXP 1.3.
This package provides an interface to Saxon tracing and debugging capabilities.
This package provides a miscellaneous collection of helper classes for XSLT transformation.
This package contains subpackages containing the code for different tree models.
This package defines implementations and subinterfaces of the interface SequenceIterator, which is used to iterate over an XDM sequence.
This package defines the implementation of the so-called "standard tree" structure.
This package is an implementation of the Saxon internal tree structure, designed to minimize memory usage, and the costs of allocating and garbage-collecting Java objects.
This package defines a number of utility and helper classes for implementing tree models.
This package defines a number of implementations of "virtual nodes" implemented as wrappers around other nodes.
This package contains classes that implement the XPath 2.0 type system.
This package provides classes representing XPath values (that is, the results of an expression).
This package is Saxon's implementation of the JAXP API designed for executing XPath 1.0 expressions directly from a Java application.