web api instance method
XPathEvaluator: createNSResolver() method
The createNSResolver() method of the XPathEvaluator interface used to create a custom XPathNSResolver object. It now returns the input as-is and is only kept for compatibility reasons.
Syntax
createNSResolver(nodeResolver)
Parameters
nodeResolver- : A
Node.
- : A
Return value
nodeResolver itself.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.