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