LibreOffice
LibreOffice 5.0 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... | |
![]() | |
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 |