org.w3c.dom.xpath.XPathNSResolver.lookupNamespaceURI
method
public lookupNamespaceURI(prefix as String) as String
Description

Looks up the namespace URI bound to a prefix.

Parameters
  • prefix Namespace prefix.
Returns

Namespace URI, or null when no binding exists.

Example
uri = resolver.lookupNamespaceURI("bk")