Logos DX
    Preparing search index...

    Function createAttributeNS

    • The Document.createAttributeNS() method creates a new attribute node with the specified namespace URI and qualified name, and returns it.

      MDN Reference

      Parameters

      • namespace: string | null
      • qualifiedName: string

      Returns Attr