4D LanguageCommands by themeXML SAXVersion: NextXML SAXSAX ADD PROCESSING INSTRUCTION ( document : Time ; statement : Text )SAX ADD XML CDATA ( document : Time ; data : Blob, Text )SAX ADD XML COMMENT ( document : Time ; comment : Text )SAX ADD XML DOCTYPE ( document : Time ; docType : Text )SAX ADD XML ELEMENT VALUE ( document : Time ; data : Text, Variable {; *} )SAX CLOSE XML ELEMENT ( document : Time )SAX GET XML CDATA ( document : Time ; value : Text, Blob )SAX GET XML COMMENT ( document : Time ; comment : Text )SAX GET XML DOCUMENT VALUES ( document : Time ; encoding : Text ; version : Text ; standalone : Boolean )SAX GET XML ELEMENT ( document : Time ; name : Text ; prefix : Text ; attrNames : Text array ; attrValues : Text array )SAX GET XML ELEMENT VALUE ( document : Time ; value : Text, Blob )SAX GET XML ENTITY ( document : Time ; name : Text ; value : Text )SAX Get XML node ( document : Time ) : IntegerSAX GET XML PROCESSING INSTRUCTION ( document : Time ; name : Text ; value : Text )SAX OPEN XML ELEMENT ( document : Time ; tag : Text {; attribName : Text ; attribValue : Text} {; ...(attribName : Text, attribValue : Text)} )SAX OPEN XML ELEMENT ARRAYS ( document : Time ; tag : Text {; attribNamesArray : Text array ; attribValuesArray : Array} {; ...(attribNamesArray : Text array, attribValuesArray : Array)} )SAX SET XML DECLARATION ( document : Time ; encoding : Text {; standalone : Boolean} )