getAttributeNS

Retrieve the value of the attribute with the given name and namespace.


XopusElement.getAttributeNS( namespaceURI : String,  localName : String) : String

Arguments

namespaceURI
String. The namespaceURI of the attribute.
localName
String. The name of the attribute.

Return Value

String
The value of the attribute.