This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
This is not part of core-only SAX2 distributions.
function getXMLVersion() : PSAXChar;
Returns the current value of the version property.function getEncoding() : PSAXChar;
Returns the current value of the encoding property.procedure setXMLVersion( version : PSAXChar);
Assigns the current value of the version property.procedure setEncoding( encoding : PSAXChar);
Assigns the current value of the encoding property.