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 {; *} )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 : Text, Blob )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 : Time ; balise : Text {; nomAttribut : Text ; valeurAttribut : Text} {; ...(nomAttribut : Text, valeurAttribut : Text)} )SAX OPEN XML ELEMENT ARRAYS ( document : Time ; balise : Text {; tabNomsAttributs : Text array ; tabValeursAttributs : Array} {; ...(tabNomsAttributs : Text array, tabValeursAttributs : Array)} )SAX SET XML DECLARATION ( document : Time ; encodage : Text {; autonome : Boolean} )