Documentation Center

setAttributeNS

Description

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

Syntax

XopusElement.setAttributeNS (namespaceURI : String, qName : String, value : String)

Arguments

namespaceURI
String. The namespaceURI of the attribute.
qName
String. The qualified name (including the prefix) of the attribute.
value
String. The new value of the attribute.