lookupNamespaceURI method

String? lookupNamespaceURI(
  1. String? prefix
)
inherited

The lookupNamespaceURI() method of the Node interface takes a prefix as parameter and returns the namespace URI associated with it on the given node if found (and null if not).

Implementation

external String? lookupNamespaceURI(String? prefix);