:: com :: sun :: star :: xml :: crypto :: sax ::

unpublished struct ElementStackItem
Usage Restrictions
not published
Description
* A struct to keep a startElement/endElement SAX event.

Elements' Summary
isStartElementEvent * whether it is a startElement event  
elementName * the name of the element  
xAttributes * attribute list for a startElement event  
Elements' Details
isStartElementEvent
boolean isStartElementEvent;
Description
* whether it is a startElement event
elementName
string elementName;
Description
* the name of the element
xAttributes
::com::sun::star::xml::sax::XAttributeList xAttributes;
Description
* attribute list for a startElement event
Top of Page