:: com :: sun :: star :: xml :: crypto :: sax ::
|
unpublished |
interface XElementStackKeeper |
|
|
|
- Usage Restrictions
- not published
- Description
- * Manipulate the "key SAX events" in a SAX event stream.
*
*
- See also
- XSecurityController
|
Methods' Summary |
start |
* Starts to buffer key SAX events.
|
stop |
* Stops buffering key SAX events.
|
retrieve |
* Transfers the buffered key SAX events to a document handler.
* |
Methods' Details |
start
- Description
- * Starts to buffer key SAX events.
|
|
stop
- Description
- * Stops buffering key SAX events.
|
|
retrieve
void |
retrieve( |
[in] ::com::sun::star::xml::sax::XDocumentHandler |
handler, |
| [in] boolean |
includingTheLastEvent ); |
- Description
- * Transfers the buffered key SAX events to a document handler.
*
* All transferred events are removed from the buffer.
*
*
- Parameter handler
- the document to receive key SAX events
*
- Parameter includingTheLastEvent
- whether to transfer the last key SAX event
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.