Element.getAttributeNS

Retrieves an attribute value by local name and namespace URI. Per the XML Namespaces specification, applications must use the value null as the namespaceURI parameter for methods if they wish to have no namespace.

interface Element
DOMString
getAttributeNS
(
DOMString namespaceURI
,
DOMString localName
)

Meta