UNPKG

xpath2

Version:

DOM 3 XPath implementation (with XPath 2.0 language support)

9 lines (7 loc) 213 B
function cXPathNSResolver(oNode) { this.node = oNode; } cXPathNSResolver.prototype.lookupNamespaceURI = function(sPrefix) { return this.node.lookupNamespaceURI(sPrefix); }; module.exports = cXPathNSResolver;