19#ifndef __com_sun_star_xml_Attribute_idl__
20#define __com_sun_star_xml_Attribute_idl__
23module
com { module sun { module star { module xml {
Definition: Accessible.idl:22
A struct to keep information of an element's attribute.
Definition: Attribute.idl:30
string NamespaceURL
the attribute namespace URL
Definition: Attribute.idl:39
string Name
the attribute name
Definition: Attribute.idl:34
string Value
the attribute value
Definition: Attribute.idl:44