4D LanguageCommandsXML DOMVersion: 20 R7XML DOMDOM Append XML child node ( elementRef ; childType ; childValue ) : TextDOM Append XML element ( targetElementRef ; sourceElementRef ) : TextDOM CLOSE XML ( elementRef )DOM Count XML attributes ( elementRef ) : IntegerDOM Count XML elements ( elementRef ; elementName ) : IntegerDOM Create XML element ( elementRef ; xPath {; attribName ; attrValue} {; attribName2 ; attrValue2 ; ... ; attribNameN ; attrValueN} ) : TextDOM Create XML element arrays ( elementRef ; xPath {; attribNamesArray ; attribValuesArray} {; attribNamesArray2 ; attribValuesArray2 ; ... ; attribNamesArrayN ; attribValuesArrayN} ) : TextDOM Create XML Ref ( root {; nameSpace} {; nameSpaceName ; nameSpaceValue} {; nameSpaceName2 ; nameSpaceValue2 ; ... ; nameSpaceNameN ; nameSpaceValueN} ) : TextDOM EXPORT TO FILE ( elementRef ; filePath )DOM EXPORT TO VAR ( elementRef ; vXmlVar )DOM Find XML element ( elementRef ; xPath {; arrElementRefs} ) : TextDOM Find XML element by ID ( elementRef ; id ) : TextDOM Get first child XML element ( elementRef {; childElemName {; childElemValue}} ) : TextDOM Get last child XML element ( elementRef {; childElemName {; childElemValue}} ) : TextDOM Get next sibling XML element ( elementRef {; siblingElemName {; siblingElemValue}} ) : TextDOM Get parent XML element ( elementRef {; parentElemName {; parentElemValue}} ) : TextDOM Get previous sibling XML element ( elementRef {; siblingElemName {; siblingElemValue}} ) : TextDOM Get root XML element ( elementRef ) : TextDOM GET XML ATTRIBUTE BY INDEX ( elementRef ; attribIndex ; attribName ; attribValue )DOM GET XML ATTRIBUTE BY NAME ( elementRef ; attribName ; attribValue )DOM GET XML CHILD NODES ( elementRef ; childTypesArr ; nodeRefsArr )DOM Get XML document ref ( elementRef ) : TextDOM Get XML element ( elementRef ; elementName ; index ; elementValue ) : TextDOM GET XML ELEMENT NAME ( elementRef ; elementName )DOM GET XML ELEMENT VALUE ( elementRef ; elementValue {; cDATA} )DOM Get XML information ( elementRef ; xmlInfo ) : TextDOM Insert XML element ( targetElementRef ; sourceElementRef ; childIndex ) : TextDOM Parse XML source ( document {; validation {; dtd }} ) : TextDOM Parse XML source ( document {; validation {; schema }} ) : TextDOM Parse XML variable ( variable {; validation {; dtd }} ) : TextDOM Parse XML variable ( variable {; validation {; schema}} ) : TextDOM REMOVE XML ATTRIBUTE ( elementRef ; attribName )DOM REMOVE XML ELEMENT ( elementRef )DOM SET XML ATTRIBUTE ( elementRef ; attribName ; attrValue {; attribName2 ; attrValue2 ; ... ; attribNameN ; attrValueN} )DOM SET XML DECLARATION ( elementRef ; encoding {; standalone {; indentation}} )DOM SET XML ELEMENT NAME ( elementRef ; elementName )DOM SET XML ELEMENT VALUE ( elementRef {; xPath}; elementValue {; *} )