Package net.sf.saxon.xpath

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