This method 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.
This adapter works like the DOM Level 3 method
Node.lookupNamespaceURI()
in resolving the namespace URI from a given prefix using the current information available in the node's hierarchy at the time the method is called, also correctly resolving the implicit
xml
前缀。
XPathNSResolver XPathEvaluator.createNSResolver(nodeResolver);
节点
to be used as a context for namespace resolution.
XPathNSResolver
object which resolves namespaces with respect to the definitions in scope for a specified node.
| 规范 | 状态 | 注释 |
|---|---|---|
|
DOM (文档对象模型) 3 级 XPath 规范
The definition of 'XPathEvaluator.createNSResolver()' in that specification. |
推荐 | 初始定义 |
No compatibility data found. Please contribute data for "api.XPathEvaluator.createNSResolver" (depth: 1) to the MDN 兼容性数据存储库 .
XPathEvaluator
createExpression()
createNSResolver()
evaluate()