LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_xml_crypto_sax_ElementStackItem_idl_
21 #define __com_sun_star_xml_crypto_sax_ElementStackItem_idl_
25 module
com { module sun { module star { module xml { module crypto { module sax {
48 } ; } ; } ; } ; } ; } ;
boolean isStartElementEvent
whether it is a startElement event
Definition: ElementStackItem.idl:35
specifies an element's attributes.
Definition: XAttributeList.idl:42
A struct to keep a startElement/endElement SAX event.
Definition: ElementStackItem.idl:31
com::sun::star::xml::sax::XAttributeList xAttributes
attribute list for a startElement event
Definition: ElementStackItem.idl:45
Definition: Ambiguous.idl:22
string elementName
the name of the element
Definition: ElementStackItem.idl:40