createAttributeNS

Create a new attribute node in a namespace.


XopusDocument.createAttributeNS( namespaceURI : String,  qName : String) : XopusAttribute

Arguments

namespaceURI
String. The namespace of the attribute.
qName
String. The qualified name of the attribute.

Return Value

XopusAttribute