Langage 4DCommandes par thèmeXML DOMVersion : SuivantXML DOMDOM Append XML child node ( refElément : Text ; typeEnfant : Integer ; valeurEnfant : any ) : TextDOM Append XML element ( refElémentCible : Text ; refElémentSource : Text ) : TextDOM CLOSE XML ( refElément : Text )DOM Count XML attributes ( refElément : Text ) : IntegerDOM Count XML elements ( refElément : Text ; nomElément : Text ) : IntegerDOM Create XML element ( refElément ; xPath {; nomAttribut ; valeurAttribut} {; nomAttribut2 ; valeurAttribut2 ; ... ; nomAttributN ; valeurAttributN} ) : TextDOM Create XML element arrays ( refElément ; xChemin {; tabNomsAttributs ; tabValeursAttributs} {; tabNomsAttributs2 ; tabValeursAttributs2 ; ... ; tabNomsAttributsN ; tabValeursAttributsN} ) : TextDOM Create XML Ref ( racine {; nameSpace} {; nSNom ; nSValeur} {; nSNom2 ; nSValeur2 ; ... ; nSNomN ; nSValeurN} ) : TextDOM EXPORT TO FILE ( refElément : Text ; cheminFichier : Text )DOM EXPORT TO VAR ( refElément : Text ; vVarXml : Text, Blob )DOM Find XML element ( refElément : Text ; xPath : Text {; tabRefEléments : Text array} ) : TextDOM Find XML element by ID ( refElément : Text ; id : Text ) : TextDOM Get first child XML element ( refElément : Text {; nomElémentEnf : Text {; valeurElémentEnf : any}} ) : TextDOM Get last child XML element ( refElément : Text {; nomElémentEnf : Text {; valeurElémentEnf : any}} ) : TextDOM Get next sibling XML element ( refElément : Text {; nomElémentFrère : Text {; valeurElémentFrère : any}} ) : TextDOM Get parent XML element ( refElément : Text {; nomElémentPar : Text {; valeurElémentPar : any}} ) : TextDOM Get previous sibling XML element ( refElément : Text {; nomElémentFrère : Text {; valeurElémentFrère : any}} ) : TextDOM Get root XML element ( refElément : Text ) : TextDOM GET XML ATTRIBUTE BY INDEX ( refElément : Text ; indexAttribut : Integer ; nomAttribut : Variable ; valeurAttribut : Variable )DOM GET XML ATTRIBUTE BY NAME ( refElément : Text ; nomAttribut : Text ; valeurAttribut : Variable )DOM GET XML CHILD NODES ( refElément : Text ; tabTypesEnfants : Integer array ; tabRefsNoeuds : Text array )DOM Get XML document ref ( refElément : Text ) : TextDOM Get XML element ( refElément ; nomElément ; indice ; valeurElément ) : TextDOM GET XML ELEMENT NAME ( refElément : Text ; nomElément : Variable )DOM GET XML ELEMENT VALUE ( refElément : Text ; valeurElément : Variable, Field {; cDATA : Variable, Field} )DOM Get XML information ( refElément : Text ; infoXML : Integer ) : TextDOM Insert XML element ( refElémentCible : Text ; refElémentSource : Text ; indexEnfant : Integer ) : TextDOM Parse XML source ( nomFichier : Text {; validation : Boolean {; dtd : Text }} ) : TextDOM Parse XML source ( nomFichier : Text {; validation : Boolean {; schéma : Text }} ) : TextDOM Parse XML variable ( variable : Blob, Text {; validation : Boolean {; dtd : Text }} ) : TextDOM Parse XML variable ( variable : Blob, Text {; validation : Boolean {; schéma : Text}} ) : TextDOM REMOVE XML ATTRIBUTE ( refElément : Text ; nomAttribut : Text )DOM REMOVE XML ELEMENT ( refElément : Text )DOM SET XML ATTRIBUTE ( refElément : Text ; nomAttribut : Text ; valeurAttribut : any {; ...(nomAttribut : Text ; valeurAttribut : any)} )DOM SET XML DECLARATION ( refElément : Text ; encodage : Text {; autonome : Boolean {; indentation : Boolean}} )DOM SET XML ELEMENT NAME ( refElément : Text ; nomElément : Text )DOM SET XML ELEMENT VALUE ( refElément : Text {; xPath : Text}; valeurElément : any {; *} )