Class Summary : TLocator2Impl

SAX2 extension helper for holding additional Entity information, implementing the
ILocator2 interface.
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.


Since : SAX 2.0 (extensions 1.1 alpha)

Methods

function getXMLVersion() : PSAXChar
function getEncoding() : PSAXChar
procedure setXMLVersion(PSAXChar)
procedure setEncoding(PSAXChar)


function getXMLVersion() : PSAXChar;

Returns the current value of the version property.
See : TLocator2Impl.setXMLVersion /

Top


function getEncoding() : PSAXChar;

Returns the current value of the encoding property.
See : TLocator2Impl.setEncoding /

Top


procedure setXMLVersion( version : PSAXChar);

Assigns the current value of the version property.
Parameter : version the new "version" value
See : TLocator2Impl.getXMLVersion /

Top


procedure setEncoding( encoding : PSAXChar);

Assigns the current value of the encoding property.
Parameter : version the new "encoding" value
See : TLocator2Impl.getEncoding /

Top