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