Aller au contenu principal
Version : Suivant

XML DOM

DOM Append XML child node ( refElément : Text ; typeEnfant : Integer ; valeurEnfant : any ) : Text
DOM Append XML element ( refElémentCible : Text ; refElémentSource : Text ) : Text
DOM CLOSE XML ( refElément : Text )
DOM Count XML attributes ( refElément : Text ) : Integer
DOM Count XML elements ( refElément : Text ; nomElément : Text ) : Integer
DOM Create XML element ( refElément ; xPath {; nomAttribut ; valeurAttribut} {; nomAttribut2 ; valeurAttribut2 ; ... ; nomAttributN ; valeurAttributN} ) : Text
DOM Create XML element arrays ( refElément ; xChemin {; tabNomsAttributs ; tabValeursAttributs} {; tabNomsAttributs2 ; tabValeursAttributs2 ; ... ; tabNomsAttributsN ; tabValeursAttributsN} ) : Text
DOM Create XML Ref ( racine {; nameSpace} {; nSNom ; nSValeur} {; nSNom2 ; nSValeur2 ; ... ; nSNomN ; nSValeurN} ) : Text
DOM 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} ) : Text
DOM Find XML element by ID ( refElément : Text ; id : Text ) : Text
DOM Get first child XML element ( refElément : Text {; nomElémentEnf : Text {; valeurElémentEnf : any}} ) : Text
DOM Get last child XML element ( refElément : Text {; nomElémentEnf : Text {; valeurElémentEnf : any}} ) : Text
DOM Get next sibling XML element ( refElément : Text {; nomElémentFrère : Text {; valeurElémentFrère : any}} ) : Text
DOM Get parent XML element ( refElément : Text {; nomElémentPar : Text {; valeurElémentPar : any}} ) : Text
DOM Get previous sibling XML element ( refElément : Text {; nomElémentFrère : Text {; valeurElémentFrère : any}} ) : Text
DOM Get root XML element ( refElément : Text ) : Text
DOM 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 ) : Text
DOM Get XML element ( refElément ; nomElément ; indice ; valeurElément ) : Text
DOM 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 ) : Text
DOM Insert XML element ( refElémentCible : Text ; refElémentSource : Text ; indexEnfant : Integer ) : Text
DOM Parse XML source ( nomFichier : Text {; validation : Boolean {; dtd : Text }} ) : Text
DOM Parse XML source ( nomFichier : Text {; validation : Boolean {; schéma : Text }} ) : Text

DOM Parse XML variable ( variable : Blob, Text {; validation : Boolean {; dtd : Text }} ) : Text
DOM Parse XML variable ( variable : Blob, Text {; validation : Boolean {; schéma : Text}} ) : Text

DOM 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 {; *} )