getAttributeNS method

  1. @DomName('Element.getAttributeNS')
  2. @DocsEditable()
  3. @Experimental()
String getAttributeNS (String namespaceURI, String localName)

Implementation

@DomName('Element.getAttributeNS')
@DocsEditable()
@Experimental() // untriaged
String getAttributeNS(String namespaceURI, String localName) native;