20module
com { module sun { module star { module xml { module crypto { module sax {
43} ; } ; } ; } ; } ; } ;
specifies an element's attributes.
Definition: XAttributeList.idl:38
Definition: Ambiguous.idl:20
A struct to keep a startElement/endElement SAX event.
Definition: ElementStackItem.idl:26
boolean isStartElementEvent
whether it is a startElement event
Definition: ElementStackItem.idl:30
com::sun::star::xml::sax::XAttributeList xAttributes
attribute list for a startElement event
Definition: ElementStackItem.idl:40
string elementName
the name of the element
Definition: ElementStackItem.idl:35