AvailabilityDOM Level 2 Core SynopsisAttr getAttributeNodeNS(String namespaceURI, String localName); Arguments
ReturnsThe Attr node whose descendants represent the value of the specified attribute, or null if this element has no such attribute. DescriptionThis method works like getAttributeNode( ), except that the attribute is specified by the combination of a namespace URI and a local name defined within that namespace. This method is useful only with XML documents that use namespaces. See AlsoElement.getAttributeNode( ), Element.getAttributeNS( ) |