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