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 {
53 string getNameByIndex( [in]
short i );
60 string getTypeByIndex( [in]
short i );
67 string getTypeByName( [in]
string aName );
73 string getValueByIndex( [in]
short i );
79 string getValueByName( [in]
string aName );
specifies an element's attributes.
Definition: XAttributeList.idl:41
base interface of all UNO interfaces
Definition: XInterface.idl:47