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

struct XMLAttribute

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