getAttributeNodeNS
Retrieve the attribute node with the given name and namespace.
- Documentation
- › API
- › DOM API
- › getAttributeNodeNS
XopusElement.getAttributeNodeNS( namespaceURI : String, localName : String) : XopusAttribute
: String, localName : String) : XopusAttributeArguments
- namespaceURI
- String. The namespaceURI of the attribute.
- localName
- String. The name of the attribute.