getAttributeNodeNS

Retrieve the attribute node with the given name and namespace.


XopusElement.getAttributeNodeNS( namespaceURI : String,  localName : String) : XopusAttribute

Arguments

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

Return Value

XopusAttribute