4Dランゲージ コマンド XML DOMバージョン: 20 R10 BETA XML DOMDOM Append XML child node ( elementRef ; childType ; childValue ) : Text DOM Append XML element ( targetElementRef ; sourceElementRef ) : Text DOM CLOSE XML ( elementRef ) DOM Count XML attributes ( elementRef ) : Integer DOM Count XML elements ( elementRef ; elementName ) : Integer DOM Create XML element ( elementRef ; xPath {; attrName ; attrValue} {; attrName2 ; attrValue2 ; ... ; attrNameN ; attrValueN} ) : Text DOM Create XML element arrays ( elementRef ; xPath {; attribNamesArray ; attribValuesArray} {; attribNamesArray2 ; attribValuesArray2 ; ... ; attribNamesArrayN ; attribValuesArrayN} ) : Text DOM Create XML Ref ( root {; nameSpace} {; nameSpaceName ; nameSpaceValue} {; nameSpaceName2 ; nameSpaceValue2 ; ... ; nameSpaceNameN ; nameSpaceValueN} ) : Text DOM EXPORT TO FILE ( elementRef ; filePath ) DOM EXPORT TO VAR ( elementRef ; vXmlVar ) DOM Find XML element ( elementRef ; xPath {; arrElementRefs} ) : Text DOM Find XML element by ID ( elementRef ; id ) : Text DOM Get first child XML element ( elementRef {; childElemName {; childElemValue}} ) : Text DOM Get last child XML element ( elementRef {; childElemName {; childElemValue}} ) : Text DOM Get next sibling XML element ( elementRef {; siblingElemName {; siblingElemValue}} ) : Text DOM Get parent XML element ( elementRef {; parentElemName {; parentElemValue}} ) : Text DOM Get previous sibling XML element ( elementRef {; siblingElemName {; siblingElemValue}} ) : Text DOM Get root XML element ( elementRef ) : Text DOM 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 ) : Text DOM Get XML element ( elementRef ; elementName ; index ; elementValue ) : Text DOM GET XML ELEMENT NAME ( elementRef ; elementName ) DOM GET XML ELEMENT VALUE ( elementRef ; elementValue {; cDATA} ) DOM Get XML information ( elementRef ; xmlInfo ) : Text DOM Insert XML element ( targetElementRef ; sourceElementRef ; childIndex ) : Text DOM Parse XML source ( document {; validation {; dtd }} ) : TextDOM Parse XML source ( document {; validation {; schema }} ) : Text DOM Parse XML variable ( variable {; validation {; dtd }} ) : TextDOM Parse XML variable ( variable {; validation {; schema}} ) : Text DOM REMOVE XML ATTRIBUTE ( elementRef ; attribName ) DOM REMOVE XML ELEMENT ( elementRef ) DOM SET XML ATTRIBUTE ( elementRef ; attrName ; attrValue {; attrName2 ; attrValue2 ; ... ; attrNameN ; attrValueN} ) DOM SET XML DECLARATION ( elementRef ; encoding {; standalone {; indentation}} ) DOM SET XML ELEMENT NAME ( elementRef ; elementName ) DOM SET XML ELEMENT VALUE ( elementRef {; xPath}; elementValue {; *} )