Lines Matching refs:uid
53 /** Gets attribute index passing a namespace uid and a localname.
55 @param uid
56 namespace uid
62 long getIndexByUidName( [in] long uid, [in] string localName );
73 /** Gets the namespace uid of an attribute.
78 namespace uid of attribute or -1, if invalid index
100 /** For convenience: Gets the value of an attribute passing uid, localname.
102 @param uid
103 namespace uid
107 value string or empty string, if invalid uid/localname
109 string getValueByUidName( [in] long uid, [in] string localName );