24 #ifndef __com_sun_star_xml_crypto_sax_ElementStackItem_idl_
25 #define __com_sun_star_xml_crypto_sax_ElementStackItem_idl_
29 module
com { module sun { module star { module xml { module crypto { module sax {
52 } ; } ; } ; } ; } ; } ;
– idl definition –
Definition: Ambiguous.idl:22
specifies an element's attributes.
Definition: XAttributeList.idl:39
string elementName
the name of the element
Definition: ElementStackItem.idl:44
com::sun::star::xml::sax::XAttributeList xAttributes
attribute list for a startElement event
Definition: ElementStackItem.idl:49
boolean isStartElementEvent
whether it is a startElement event
Definition: ElementStackItem.idl:39
A struct to keep a startElement/endElement SAX event.
Definition: ElementStackItem.idl:34