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

struct 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