org.w3c.dom.Node.lookupPrefix
method
public lookupPrefix(namespaceURI as String) as String
Description

Resolves a prefix for a namespace URI.

Parameters
  • namespaceURI Namespace URI.
Returns

Prefix, or null.

Example
prefix = node.lookupPrefix("urn:example")