Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: sax ::

interface XLocator
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.


Methods' Summary
getColumnNumber  
getLineNumber  
getPublicId  
getSystemId  
Methods' Details
getColumnNumber
long
getColumnNumber();

Returns
the column number where the current document event ends.
getLineNumber
long
getLineNumber();

Returns
the line number where the current document event ends.
getPublicId
string
getPublicId();

Returns
the public identifier for the current document event.
getSystemId
string
getSystemId();

Returns
the system identifier for the current document event.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.