Commands and Topics for XML DOM
Overview of XML DOM Commands
DOM CLOSE XML
(elementRef)
DOM Count XML attributes
(elementRef)
Longint
DOM Count XML elements
(elementRef; elementName)
Longint
DOM Create XML element
(elementRef; xPath{; attrName{; attrValue}}{; attrName2; attrValue2; ...; attrNameN; attrValueN})
String
DOM Create XML Ref
(root{; nameSpace{; nameSpaceName{; nameSpaceValue}}}{; nameSpaceName2; nameSpaceValue2; ...; nameSpaceNameN; nameSpaceValueN})
String
DOM EXPORT TO FILE
(elementRef; filePath)
DOM EXPORT TO VAR
(elementRef; vXmlVar)
DOM Find XML element
(elementRef; xPath{; arrElementRefs})
elementRef
DOM Find XML element by ID
(elementRef; id)
String
DOM Get first child XML element
(elementRef{; childElemName{; childElemValue}})
String
DOM Get last child XML element
(elementRef{; childElemName{; childElemValue}})
String
DOM Get next sibling XML element
(elementRef{; siblingElemName{; siblingElemValue}})
String
DOM Get parent XML element
(elementRef{; parentElemName{; parentElemValue}})
String
DOM Get previous sibling XML element
(elementRef{; siblingElemName{; siblingElemValue}})
String
DOM Get Root XML element
(elementRef)
String
DOM GET XML ATTRIBUTE BY INDEX
(elementRef; attribIndex; attribName; attribValue)
DOM GET XML ATTRIBUTE BY NAME
(elementRef; attribName; attribValue)
DOM Get XML element
(elementRef; elementName; index; elementValue)
String
DOM GET XML ELEMENT NAME
(elementRef; elementName)
DOM GET XML ELEMENT VALUE
(elementRef; elementValue{; cDATA})
DOM Get XML information
(elementRef; xmlInfo)
String
DOM Parse XML source
(document{; validation{; dtd | schema}})
String
DOM Parse XML variable
(variable{; validation{; dtd}})
String
DOM REMOVE XML ELEMENT
(elementRef)
DOM SET XML ATTRIBUTE
(elementRef; attrName; attrValue{; attrName2; attrValue2; ...; attrNameN; attrValueN})
DOM SET XML ELEMENT NAME
(elementRef; elementName)
DOM SET XML ELEMENT VALUE
(elementRef{; xPath; elementValue{; *})
DOM SET XML OPTIONS
(elementRef; encoding{; standalone{; indentation}})
Other related commands:
GET XML ERROR
(elementRef; errorText{; row{; column}}) --
Theme:
XML Utilities
SVG EXPORT TO PICTURE
(elementRef; pictVar{; exportType}) --
Theme:
XML Utilities