createNSResolver method

Node createNSResolver(
  1. Node nodeResolver
)

Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified node.

Implementation

external Node createNSResolver(Node nodeResolver);