addElement

addElement(tagName: String): JadeXMLElement updating;

The addElement method of the JadeXMLElement class adds a new JadeXMLElement node with the value specified in the tagName parameter to the receiver element and returns a reference to the created JadeXMLElement instance.