Syntax
interface XLocator : com::sun::star::uno::XInterface ;
Description
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 .
Method Details
|
|
Syntax
- long getColumnNumber
();
Returns
-
the column number where the current document event ends.
Syntax
- long getLineNumber
();
Returns
-
the line number where the current document event ends.
Syntax
- string getPublicId
();
Returns
-
the public identifier for the current document event.
Syntax
- string getSystemId
();
Returns
-
the system identifier for the current document event.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.