- namespaceURI
- The namespace URI of the attribute to retrieve.
- localName
- The local name of the attribute to retrieve.
Documentation for this section has not yet been entered.
Type Reason Org.W3c.Dom.DOMException NOT_SUPPORTED_ERR: May be raised if the implementation does not support the feature "XML" and the language exposed through the Document does not support XML Namespaces (such as []).
Retrieves an Attr node by local name and namespace URI.
Per []
, applications must use the value null as the
namespaceURI parameter for methods if they wish to have
no namespace.