addElementObjectNS(element: JadeXMLElement; namespaceURI: String; qualifiedName: String): JadeXMLElement updating;
The addElementObjectNS method of the JadeXMLDocument class adds an element object with the namespace and qualified name specified in the namespaceURI and qualifiedName parameters, respectively, and returns a reference to the added JadeXMLElement object instance.