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. XPathEvaluator can
construct an implementation of XPathNSResolver from a node,
or the interface may be implemented by any application. |