Interface for associating an event with a location in an XML document
Interface for associating an event with a location in an XML document.A parser supplies an instance of the Locator interface and registers it with the DocumentHandler using the setDocumentLocator() method of the DocumentHandler. The Locator instance enables the DocumentHandler to obtain information about the location in the XML document of any DocumentHandler related event for the duration of that event. Applications shall not invoke any Locator method outside a DocumentHandler event.
This column number is associated with the column of the first character after the text which is subject of the current event.
This line number is associated with the line of the
first character after the text which is subject of the
current event.
int getLineNumber() const
ibxmlchar* getPublicId() const
ibxmlchar* getSystemId() const
Alphabetic index Hierarchy of classes