Searched refs:rootAttribute (Results 1 – 2 of 2) sorted by relevance
1147 rootAttribute( 0 ) in XMLElement()1154 while( rootAttribute ) { in ~XMLElement()1155 XMLAttribute* next = rootAttribute->next; in ~XMLElement()1156 DELETE_ATTRIBUTE( rootAttribute ); in ~XMLElement()1157 rootAttribute = next; in ~XMLElement()1165 for( a = rootAttribute; a; a = a->next ) { in FindAttribute()1176 for( a = rootAttribute; a; a = a->next ) { in FindAttribute()1274 for( attrib = rootAttribute; in FindOrCreateAttribute()1289 rootAttribute = attrib; in FindOrCreateAttribute()1300 for( XMLAttribute* a = rootAttribute; a; a = a->next ) { in DeleteAttribute()[all …]
1182 return rootAttribute; in FirstAttribute()1281 XMLAttribute* rootAttribute; variable