19 #ifndef __com_sun_star_xml_sax_XAttributeList_idl__
20 #define __com_sun_star_xml_sax_XAttributeList_idl__
25 module
com { module sun { module star { module xml { module sax {
51 string getNameByIndex( [in]
short i );
58 string getTypeByIndex( [in]
short i );
65 string getTypeByName( [in]
string aName );
71 string getValueByIndex( [in]
short i );
77 string getValueByName( [in]
string aName );
– idl definition –
Definition: Ambiguous.idl:22
specifies an element's attributes.
Definition: XAttributeList.idl:39
base interface of all UNO interfaces
Definition: XInterface.idl:47