LibreOffice
LibreOffice 24.2 SDK API Reference
|
Manipulate the "key SAX events" in a SAX event stream. More...
import"XElementStackKeeper.idl";
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... | |
Manipulate the "key SAX events" in a SAX event stream.
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.
handler | the document to receive key SAX events |
includingTheLastEvent | whether to transfer the last key SAX event |
void start | ( | ) |
Starts to buffer key SAX events.
void stop | ( | ) |
Stops buffering key SAX events.