Logos DX
    Preparing search index...

    Function getAttributeNodeNS

    • The getAttributeNodeNS() method of the Element interface returns the namespaced Attr node of an element.

      MDN Reference

      Parameters

      • namespace: string | null
      • localName: string

      Returns Attr | null