LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
SAXEventKeeper Service Reference

Service of SAXEventKeeper. More...

import"SAXEventKeeper.idl";

Inheritance diagram for SAXEventKeeper:
XSecuritySAXEventKeeper XReferenceResolvedBroadcaster XSAXEventKeeperStatusChangeBroadcaster XDocumentHandler XInitialization XSAXEventKeeper XInterface XInterface XInterface XInterface XInterface

Exported Interfaces

interface XSecuritySAXEventKeeper
 
interface XReferenceResolvedBroadcaster
 
interface XSAXEventKeeperStatusChangeBroadcaster
 
interface com::sun::star::xml::sax::XDocumentHandler
 
interface com::sun::star::lang::XInitialization
 

Additional Inherited Members

- Public Member Functions inherited from XSecuritySAXEventKeeper
long addSecurityElementCollector ([in] ElementMarkPriority priority, [in] boolean modifyElement)
 Adds a new element collector on the next element in the SAX event stream. More...
 
long cloneElementCollector ([in] long referenceId, [in] ElementMarkPriority priority)
 Clones an element collector. More...
 
void setSecurityId ([in] long id, [in] long securityId)
 Sets security id for an element mark. More...
 
- Public Member Functions inherited from XSAXEventKeeper
long addElementCollector ()
 Adds a new element collector on the next element in the SAX event stream. More...
 
void removeElementCollector ([in] long id)
 Removes an element collector. More...
 
long addBlocker ()
 Adds a new blocker on the next element in the SAX event stream. More...
 
void removeBlocker ([in] long id)
 Removes a blocker. More...
 
boolean isBlocking ()
 Checks whether the SAX event stream is blocking. More...
 
com::sun::star::xml::wrapper::XXMLElementWrapper getElement ([in] long id)
 Gets the element of an element mark. More...
 
void setElement ([in] long id, [in] com::sun::star::xml::wrapper::XXMLElementWrapper aElement)
 Sets the element of an element mark. More...
 
com::sun::star::xml::sax::XDocumentHandler setNextHandler ([in] com::sun::star::xml::sax::XDocumentHandler nextHandler)
 Sets the next document handler in the SAX chain. More...
 
string printBufferNodeTree ()
 Prints information about all buffered elements. More...
 
com::sun::star::xml::wrapper::XXMLElementWrapper getCurrentBlockingNode ()
 Gets the element which current blocking happens. 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...
 
- Public Member Functions inherited from XReferenceResolvedBroadcaster
void addReferenceResolvedListener ([in] long referenceId, [in] XReferenceResolvedListener listener)
 Adds a new reference resolved listener for a element collector. More...
 
void removeReferenceResolvedListener ([in] long referenceId, [in] XReferenceResolvedListener listener)
 Removes a listener from a element collector. More...
 
- Public Member Functions inherited from XSAXEventKeeperStatusChangeBroadcaster
void addSAXEventKeeperStatusChangeListener ([in] XSAXEventKeeperStatusChangeListener listener)
 Adds a new status change listener. More...
 
void removeSAXEventKeeperStatusChangeListener ([in] XSAXEventKeeperStatusChangeListener listener)
 Removes a status change listener. More...
 
- Public Member Functions inherited from XDocumentHandler
void startDocument () raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of a document. More...
 
void endDocument () raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the end of a document. More...
 
void startElement ([in] string aName, [in] com::sun::star::xml::sax::XAttributeList xAttribs) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of an element . More...
 
void endElement ([in] string aName) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the end of an element. More...
 
void characters ([in] string aChars) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of character data. More...
 
void ignorableWhitespace ([in] string aWhitespaces) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of white space that can be ignored. More...
 
void processingInstruction ([in] string aTarget, [in] string aData) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of a processing instruction. More...
 
void setDocumentLocator ([in] com::sun::star::xml::sax::XLocator xLocator) raises ( com::sun::star::xml::sax::SAXException )
 receives an object for locating the origin of SAX document events. More...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 

Detailed Description

Service of SAXEventKeeper.

Exported Interfaces


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