summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax/XLocator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XLocator.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XLocator.idl40
1 files changed, 3 insertions, 37 deletions
diff --git a/offapi/com/sun/star/xml/sax/XLocator.idl b/offapi/com/sun/star/xml/sax/XLocator.idl
index 66f594edefcc..446189232655 100644
--- a/offapi/com/sun/star/xml/sax/XLocator.idl
+++ b/offapi/com/sun/star/xml/sax/XLocator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocator.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:54 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:11:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,47 +68,36 @@
//=============================================================================
- module com { module sun { module star { module xml { module sax {
+module com { module sun { module star { module xml { module sax {
//============================================================================
-// DocMerge from xml: interface com::sun::star::xml::sax::XLocator
/** makes it possible to associate a SAX event with a document location.
-
-
<p>This interface is an IDL version of the Java interface
<em>org.xml.sax.Locator</em>.</p>
*/
interface XLocator: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::xml::sax::XLocator::getColumnNumber
/** @returns
the column number where the current document event ends.
*/
long getColumnNumber();
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::xml::sax::XLocator::getLineNumber
/** @returns
the line number where the current document event ends.
*/
long getLineNumber();
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::xml::sax::XLocator::getPublicId
/** @returns
the public identifier for the current document event.
*/
string getPublicId();
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::xml::sax::XLocator::getSystemId
/** @returns
the system identifier for the current document event.
*/
@@ -119,27 +108,4 @@ interface XLocator: com::sun::star::uno::XInterface
}; }; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:45:43 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:22 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:53:08 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 11:41:20 mi
- results from proofreading in layouted version
-
- Revision 1.2 2000/02/07 11:25:06 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:47 jsc
- new
-
-
-=============================================================================*/
#endif