20#ifndef __com_sun_star_xml_AttributeData_idl__
21#define __com_sun_star_xml_AttributeData_idl__
24 module
com { module sun { module star { module xml {
Definition Ambiguous.idl:22
store the type and value of an XML attribute inside a XNameContainer
Definition AttributeData.idl:31
string Type
the type of this XML attribute.
Definition AttributeData.idl:43
string Namespace
the namespace of this XML attribute.
Definition AttributeData.idl:36
string Value
the string value of this XML attribute.
Definition AttributeData.idl:48