getAttributeNS
Retrieve the value of the attribute with the given name and namespace.
- Documentation
- › API
- › DOM API
- › getAttributeNS
XopusElement.getAttributeNS( namespaceURI : String, localName : String) : String
: String, localName : String) : StringArguments
- namespaceURI
- String. The namespaceURI of the attribute.
- localName
- String. The name of the attribute.