4D Language Commands by theme XML SAXVersion: 21 R4 BETAXML 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, Field {; *} ) 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 : Variable, Field ) SAX GET XML ENTITY ( document : Time ; name : Text ; value : Text ) SAX Get XML node ( document : Time ) : Integer SAX GET XML PROCESSING INSTRUCTION ( document : Time ; name : Text ; value : Text ) SAX OPEN XML ELEMENT ( document : Time ; tag : Text {; ...(attribName : Text ; attribValue : Text)} ) SAX OPEN XML ELEMENT ARRAYS ( document : Time ; tag : Text {; ...(attribNamesArray : Text array ; attribValuesArray : Array)} )SAX OPEN XML ELEMENT ARRAYS* ( document : Time ; tag : Text {; ...(attribNamesArray : Text ; attribValuesArray : Text)} ) SAX SET XML DECLARATION ( document : Time ; encoding : Text {; standalone : Boolean} {; indentation : Boolean} )