19 #ifndef __com_sun_star_xml_input_XAttributes_idl__
20 #define __com_sun_star_xml_input_XAttributes_idl__
25 module com { module sun { module star { module xml { module input {
47 long getIndexByQName( [in]
string qName );
58 long getIndexByUidName( [in]
long uid, [in]
string localName );
67 string getQNameByIndex( [in]
long nIndex );
76 long getUidByIndex( [in]
long nIndex );
85 string getLocalNameByIndex( [in]
long nIndex );
94 string getValueByIndex( [in]
long nIndex );
105 string getValueByUidName( [in]
long uid, [in]
string localName );
114 string getTypeByIndex( [in]
long nIndex );
base interface of all UNO interfaces
Definition: XInterface.idl:47