Logos DX
    Preparing search index...

    Function lookupNamespaceURI

    • 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).

      MDN Reference

      Parameters

      • prefix: string | null

      Returns string | null