Langage 4DCommandes par thèmeXML SAXVersion : SuivantXML SAXSAX ADD PROCESSING INSTRUCTION ( document : Time ; instruction : Text )SAX ADD XML CDATA ( document : Time ; données : Blob, Text )SAX ADD XML COMMENT ( document : Time ; commentaire : Text )SAX ADD XML DOCTYPE ( document : Time ; docType : Text )SAX ADD XML ELEMENT VALUE ( document : Time ; données : Text, Variable, Field {; *} )SAX CLOSE XML ELEMENT ( document : Time )SAX GET XML CDATA ( document : Time ; valeur : Text, Blob )SAX GET XML COMMENT ( document : Time ; commentaire : Text )SAX GET XML DOCUMENT VALUES ( document : Time ; encodage : Text ; version : Text ; autonome : Boolean )SAX GET XML ELEMENT ( document : Time ; nom : Text ; préfixe : Text ; nomsAttributs : Text array ; valeursAttributs : Text array )SAX GET XML ELEMENT VALUE ( document : Time ; valeur : Variable, Field )SAX GET XML ENTITY ( document : Time ; nom : Text ; valeur : Text )SAX Get XML node ( document : Time ) : IntegerSAX GET XML PROCESSING INSTRUCTION ( document : Time ; nom : Text ; valeur : Text )SAX OPEN XML ELEMENT ( document ; balise {; nomAttribut ; valeurAttribut} {; nomAttribut2 ; valeurAttribut2 ; ... ; nomAttributN ; valeurAttributN} )SAX OPEN XML ELEMENT ARRAYS ( document : Time ; balise : Text {; ...(tabNomsAttributs : Text array ; tabValeursAttributs : Array)} )SAX OPEN XML ELEMENT ARRAYS* ( tabNomsAttributs2 : Time ; tabValeursAttributs2 : Text {; ...(tabNomsAttributsN : Text ; tabValeursAttributsN : Text)} )SAX SET XML DECLARATION ( document ; encodage {; autonome} )