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

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

Elements' Summary
Name * the attribute name  
NamespaceURL * the attribute namespace URL  
Value * the attribute value  
Elements' Details
Name
string Name;
Description
* the attribute name
NamespaceURL
string NamespaceURL;
Description
* the attribute namespace URL
Value
string Value;
Description
* the attribute value
Top of Page