Class Summary : TSAXParseError

In this implementation, the lifetime of FpublicId and FsystemId only spans the call where it is returned through the error handler interface

Methods

procedure init(PSAXChar, ILocator)
function getPublicId() : PSAXChar
function getSystemId() : PSAXChar
function getLineNumber() : Integer
function getColumnNumber() : Integer


procedure init( message : PSAXChar; const locator : ILocator);


Top


function getPublicId() : PSAXChar;


Top


function getSystemId() : PSAXChar;


Top


function getLineNumber() : Integer;


Top


function getColumnNumber() : Integer;


Top