LibreOffice
LibreOffice 5.1 SDK API Reference
|
Service of SAXEventKeeper. More...
import"SAXEventKeeper.idl";
Exported Interfaces | |
interface | XSecuritySAXEventKeeper |
interface | XReferenceResolvedBroadcaster |
interface | XSAXEventKeeperStatusChangeBroadcaster |
interface | com::sun::star::xml::sax::XDocumentHandler |
interface | com::sun::star::lang::XInitialization |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
void | addSAXEventKeeperStatusChangeListener ([in] XSAXEventKeeperStatusChangeListener listener) |
Adds a new status change listener. More... | |
void | removeSAXEventKeeperStatusChangeListener ([in] XSAXEventKeeperStatusChangeListener listener) |
Removes a status change listener. More... | |
![]() | |
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... | |
![]() | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. More... | |
Service of SAXEventKeeper.
interface com::sun::star::lang::XInitialization |
interface XReferenceResolvedBroadcaster |
interface XSAXEventKeeperStatusChangeBroadcaster |
interface XSecuritySAXEventKeeper |