addElementNS

addElementNS(namespaceURI:  String;
             qualifiedName: String): JadeXMLElement updating;

The addElementNS method of the JadeXMLDocument class creates and adds an element node with the namespace and qualified name specified in the namespaceURI and qualifiedName parameters, respectively, and returns a reference to the created JadeXMLElement node instance.