Searched refs:FirstAttribute (Results 1 – 2 of 2) sorted by relevance
1409 for( const XMLAttribute* a = FirstAttribute(); a; a = a->Next() ) { in ShallowClone()1421 const XMLAttribute* a = FirstAttribute(); in ShallowEqual()1422 const XMLAttribute* b = other->FirstAttribute(); in ShallowEqual()
1181 const XMLAttribute* FirstAttribute() const { in FirstAttribute() function