Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > addElementNS

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.