addElementObject

addElementObject(element: JadeXMLElement;
                 tagName: String): JadeXMLElement updating;

The addElementObject method of the JadeXMLElement class adds a new JadeXMLElement object with the value specified in the tagName parameter to the receiver element and returns a reference to the added JadeXMLElement object instance.