makes it possible to associate a SAX event with a document location. More...
import "XLocator.idl";
 
  
| Public Member Functions | |
| long | getColumnNumber () | 
| long | getLineNumber () | 
| string | getPublicId () | 
| string | getSystemId () | 
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
makes it possible to associate a SAX event with a document location.
This interface is an IDL version of the Java interface org.xml.sax.Locator.
| long getColumnNumber | ( | ) | 
| long getLineNumber | ( | ) | 
| string getPublicId | ( | ) | 
| string getSystemId | ( | ) |