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

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

Elements' Summary
Token * the token corresponding to the attribute  
Value * the attribute value  
Elements' Details
Token
long Token;
Description
* the token corresponding to the attribute
Value
string Value;
Description
* the attribute value
Top of Page