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 } ; } ; } ; } ; } ; } ;
specifies an element's attributes.
Definition: XAttributeList.idl:41
string elementName
the name of the element
Definition: ElementStackItem.idl:40
com::sun::star::xml::sax::XAttributeList xAttributes
attribute list for a startElement event
Definition: ElementStackItem.idl:45
boolean isStartElementEvent
whether it is a startElement event
Definition: ElementStackItem.idl:35
A struct to keep a startElement/endElement SAX event.
Definition: ElementStackItem.idl:30