diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
commit | 3ed849358bbc4beacb456e3f903b52709d58b1bb (patch) | |
tree | 278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/xml/sax/XLocator.idl | |
parent | 3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff) |
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XLocator.idl')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XLocator.idl | 40 |
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 4ad42880e..70dbd5567 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 |