addElement

addElement(tagName: String): JadeXMLElement updating;

The addElement method of the JadeXMLDocument class creates and adds an element node with the tag name specified in the tagName parameter and returns a reference to the created JadeXMLElement node instance.