Package net.sf.saxon.xpath

Class Summary
StandaloneContext A StandaloneContext provides a context for parsing an expression or pattern appearing in a context other than a stylesheet.
Variable An object representing an XPath variable for use in the standalone XPath API.
XPathEvaluator XPathEvaluator provides a simple API for standalone XPath processing (that is, executing XPath expressions in the absence of an XSLT stylesheet).
XPathExpression XPathExpression represents a compiled XPath expression that can be repeatedly evaluated.
 

Exception Summary
XPathException XPathException is used to indicate an error in an XPath expression.
XPathException.Circularity Subclass used to report circularities
XPathException.Dynamic Subclass used for dynamic errors
XPathException.Static Subclass used for static errors
XPathException.Type Subclass used for type errors