Package net.sf.saxon.sxpath


package net.sf.saxon.sxpath

This package originally provided an alternative API for executing XPath expressions directly from a Java application. It is no longer recommended for application use, but is still used internally to underpin the public JAXP and s9api APIs.

The preferred API for executing XPath expressions in Saxon is the s9api package. This package is older, and provides a lower-level interface that offers access to more internal details, but is not so convenient to use.

  • Class
    Description
    An abstract and configurable implementation of the StaticContext interface, which defines the static context of an XPath expression.
    Interface defining a callback for handling warnings
    An IndependentContext provides a context for parsing an XPath expression appearing in a context other than a stylesheet.
    This object represents the dynamic XPath execution context for use in the free-standing Saxon XPath API.
    This class provides a native Saxon API for free-standing evaluation of XPath expressions.
    This class is a representation of an XPath Expression for use with the XPathEvaluator class.
    This interface defines methods that must be provided when Saxon's free-standing XPath API is used.
    An object representing an XPath variable for use in the standalone XPath API.