createAttributeNS
Create a new attribute node in a namespace.
- Documentation
- › API
- › DOM API
- › createAttributeNS
XopusDocument.createAttributeNS( namespaceURI : String, qName : String) : XopusAttribute
: String, qName : String) : XopusAttributeArguments
- namespaceURI
- String. The namespace of the attribute.
- qName
- String. The qualified name of the attribute.