LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XElementStackKeeper Interface Reference

Manipulate the "key SAX events" in a SAX event stream. More...

import"XElementStackKeeper.idl";

Inheritance diagram for XElementStackKeeper:
XInterface

Public Member Functions

void start ()
 Starts to buffer key SAX events. More...
 
void stop ()
 Stops buffering key SAX events. More...
 
void retrieve ([in] com::sun::star::xml::sax::XDocumentHandler handler, [in] boolean includingTheLastEvent)
 Transfers the buffered key SAX events to a document handler. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Manipulate the "key SAX events" in a SAX event stream.

Member Function Documentation

◆ retrieve()

void retrieve ( [in] com::sun::star::xml::sax::XDocumentHandler  handler,
[in] boolean  includingTheLastEvent 
)

Transfers the buffered key SAX events to a document handler.

All transferred events are removed from the buffer.

Parameters
handlerthe document to receive key SAX events
includingTheLastEventwhether to transfer the last key SAX event

◆ start()

void start ( )

Starts to buffer key SAX events.

◆ stop()

void stop ( )

Stops buffering key SAX events.


The documentation for this interface was generated from the following file: