A struct to keep a startElement/endElement SAX event. More...
import "ElementStackItem.idl";
Public Attributes | |
boolean | isStartElementEvent |
whether it is a startElement event | |
string | elementName |
the name of the element | |
com::sun::star::xml::sax::XAttributeList | xAttributes |
attribute list for a startElement event | |
A struct to keep a startElement/endElement SAX event.
string elementName |
the name of the element
boolean isStartElementEvent |
whether it is a startElement event
com::sun::star::xml::sax::XAttributeList xAttributes |
attribute list for a startElement event