org.apache.xpath.domapi |
XPath domapi Package.
Implements DOM Level 3 XPath API
|
Java Source File Name | Type | Comment |
XPathEvaluatorImpl.java | Class | The class provides an implementation of XPathEvaluator according
to the DOM L3 XPath Specification, Working Group Note 26 February 2004.
See also the Document Object Model (DOM) Level 3 XPath Specification.
The evaluation of XPath expressions is provided by
XPathEvaluator , which will provide evaluation of XPath 1.0
expressions with no specialized extension functions or variables. |
XPathExpressionImpl.java | Class | The class provides an implementation of XPathExpression according
to the DOM L3 XPath Specification, Working Group Note 26 February 2004. |
XPathNamespaceImpl.java | Class | The XPathNamespace interface is returned by
XPathResult interfaces to represent the XPath namespace node
type that DOM lacks. |
XPathNSResolverImpl.java | Class | The class provides an implementation XPathNSResolver according
to the DOM L3 XPath Specification, Working Group Note 26 February 2004.
See also the Document Object Model (DOM) Level 3 XPath Specification.
The XPathNSResolver interface permit prefix
strings in the expression to be properly bound to
namespaceURI strings. |
XPathResultImpl.java | Class | The class provides an implementation XPathResult according
to the DOM L3 XPath Specification, Working Group Note 26 February 2004.
See also the Document Object Model (DOM) Level 3 XPath Specification.
The XPathResult interface represents the result of the
evaluation of an XPath expression within the context of a particular
node. |
XPathStylesheetDOM3Exception.java | Class | A new exception to add support for DOM Level 3 XPath API. |