Package net.sf.saxon.xpath


package net.sf.saxon.xpath
  • Classes
    Class
    Description
    An object representing an XPath variable for use in the JAXP XPath API.
    This class bridges between the JAXP 1.3 NamespaceContext interface and Saxon's equivalent NamespaceResolver interface.
    A StandaloneContext provides a context for parsing an XPath expression in a context other than a stylesheet.
    XPathEvaluator provides a simple API for standalone XPath processing (that is, executing XPath expressions in the absence of an XSLT stylesheet).
    The JAXP XPathExpression interface represents a compiled XPath expression that can be repeatedly evaluated.
    Saxon implementation of the JAXP 1.3 XPathFactory
    This class is an expression that calls an external function supplied using the JAXP XPathFunction interface
    The XPathFunctionLibrary is a FunctionLibrary that supports binding of XPath function calls to instances of the JAXP XPathFunction interface returned by an XPathFunctionResolver.