Commandes et sections pour XML
Présentation des commandes XML
DOM Creer ref XML
(racine{; nameSpace{; nSNom{; nSValeur}}}{; nSNom2; nSValeur2; ...; nSNomN; nSValeurN})
Chaîne
DOM ECRIRE OPTIONS XML
(refElément; encodage{; autonome{; indentation}})
DOM Analyser source XML
(document{; validation{; dtd}})
Chaîne
DOM Analyser variable XML
(variable{; validation{; dtd}})
Chaîne
DOM Creer element XML
(refElément; xChemin{; nomAttribut{; valeurAttribut}}{; nomAttribut2; valeurAttribut2; ...; nomAttributN; valeurAttributN})
Chaîne
DOM Chercher element XML
(refElément; xChemin)
refElément
DOM Compter elements XML
(refElément; nomElément)
Entier long
DOM Lire element XML
(refElément; nomElément; index; valeurElément)
Chaîne
DOM Lire element XML parent
(refElément{; nomElémentPar{; valeurElémentPar}})
Chaîne
DOM Lire premier element XML enfant
(refElément{; nomElémentEnf{; valeurElémentEnf}})
Chaîne
DOM Lire element XML frere suivant
(refElément{; nomElémentFrère{; valeurElémentFrère}})
Chaîne
DOM Lire element XML frere precedent
(refElément{; nomElémentFrère{; valeurElémentFrère}})
Chaîne
DOM Lire dernier element XML enfant
(refElément{; nomElémentEnf{; valeurElémentEnf}})
Chaîne
DOM ECRIRE NOM ELEMENT XML
(refElément; nomElément)
DOM LIRE NOM ELEMENT XML
(refElément; nomElément)
DOM ECRIRE VALEUR ELEMENT XML
(refElément{; xChemin; valeurElément{; *})
DOM LIRE VALEUR ELEMENT XML
(refElément; valeurElément{; cDATA})
DOM SUPPRIMER ELEMENT XML
(refElément)
DOM Compter attributs XML
(refElément)
Entier long
DOM ECRIRE ATTRIBUT XML
(refElément; nomAttribut; valeurAttribut{; nomAttribut2; valeurAttribut2; ...; nomAttributN; valeurAttributN})
DOM LIRE ATTRIBUT XML PAR INDEX
(refElément; indexAttribut; nomAttribut; valeurAttribut)
DOM LIRE ATTRIBUT XML PAR NOM
(refElément; nomAttribut; valeurAttribut)
DOM Lire informations XML
(refElément; infoXML)
Chaîne
DOM EXPORTER VERS FICHIER
(refElément; cheminFichier)
DOM EXPORTER VERS VARIABLE
(refElément; vVarXml)
DOM FERMER XML
(refElément)
SAX ECRIRE OPTIONS XML
(document; encodage{; autonome{; indentation}})
SAX LIRE VALEURS DOCUMENT XML
(document; encodage; version; autonome)
SAX AJOUTER DOCTYPE XML
(document; docType)
SAX Lire noeud XML
(document)
Entier long
SAX AJOUTER COMMENTAIRE XML
(document; commentaire)
SAX LIRE COMMENTAIRE XML
(document; commentaire)
SAX OUVRIR ELEMENT XML
(document; balise{; nomAttribut{; valeurAttribut}}{; nomAttribut2; valeurAttribut2; ...; nomAttributN; valeurAttributN})
SAX OUVRIR ELEMENT XML TABLEAUX
(document; balise{; tabNomsAttributs{; tabValeursAttributs}}{; tabNomsAttributs2; tabValeursAttributs2; ...; tabNomsAttributsN; tabValeursAttributsN})
SAX FERMER ELEMENT XML
(document)
SAX LIRE ELEMENT XML
(document; nom; préfixe; nomsAttributs; valeursAttributs)
SAX AJOUTER VALEUR ELEMENT XML
(document; données)
SAX LIRE VALEUR ELEMENT XML
(document; valeur)
SAX AJOUTER CDATA XML
(document; données)
SAX LIRE CDATA XML
(document; valeur)
SAX AJOUTER INSTRUCTION DE TRAITEMENT
(document; instruction)
SAX LIRE INSTRUCTION DE TRAITEMENT XML
(document; nom; valeur)
SAX LIRE ENTITE XML
(document; nom; valeur)
LIRE ERREUR XML
(refElément; texteErreur{; ligne{; colonne}})
APPLIQUER TRANSFORMATION XSLT
(sourceXML; feuilleXSL; résultat)
FIXER PARAMETRE XSLT
(nomParam; valeurParam)
LIRE ERREUR XSLT
(texteErreur{; ligne{; colonne}})