Uses of Class
org.htmlunit.javascript.host.dom.NativeXPathNSResolver
Packages that use NativeXPathNSResolver
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of NativeXPathNSResolver in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return NativeXPathNSResolverModifier and TypeMethodDescriptionDocument.createNSResolver(Node nodeResolver) Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.XPathEvaluator.createNSResolver(Node nodeResolver) Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.