:: com :: sun :: star :: xml :: csax ::

unpublished struct XMLAttribute
Usage Restrictions
not published
Description
* A struct to keep information of an element's attribute.

Elements' Summary
sName * the attribute name  
sValue * the attribute value  
Elements' Details
sName
string sName;
Description
* the attribute name
sValue
string sValue;
Description
* the attribute value
Top of Page