addElementNS

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

The addElementNS method of the JadeXMLElement class adds a new JadeXMLElement node with the values specified in the namespaceURI and qualifiedName parameters to the receiver element and returns a reference to the created JadeXMLElement instance.