summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl b/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
index 1ae3d7077acd..d722e26435ab 100644
--- a/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
@@ -37,32 +37,27 @@
#include <com/sun/star/xml/sax/XLocator.idl>
-//=============================================================================
module com { module sun { module star { module xml { module sax {
-//=============================================================================
/** receives notification of sax document events from a
<type>XFastParser</type>
*/
interface XFastDocumentHandler: XFastContextHandler
{
- //-------------------------------------------------------------------------
/** called by the parser when parsing of an XML stream is started.
*/
void startDocument()
raises( com::sun::star::xml::sax::SAXException );
- //-------------------------------------------------------------------------
/** called by the parser after the last XML element of a stream is processed.
*/
void endDocument()
raises( com::sun::star::xml::sax::SAXException );
- //-------------------------------------------------------------------------
/** receives an object for locating the origin of SAX document events.
*/
@@ -71,7 +66,6 @@ interface XFastDocumentHandler: XFastContextHandler
};
-//=============================================================================
}; }; }; }; };