Lucee Function Reference
xmlelemnew()
Creates an XML document object element
Beispiel
xmlelemnew(xml xmlObj,[string namespace_or_childName,[string childName]]):org.w3c.dom.Element
Kategorie
XML
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
xmlObj | xml | Yes | Name of the XML document object in which you are creating the element |
namespace_or_childName | string | No | URI of the namespace to which this element belongs or the name of the element to create. |
childName | string | No | The name of the element to create. This element becomes a child element of xmlObj in the tree. |