Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:firstattribute

1372     for( const XMLAttribute* a=FirstAttribute(); a; a=a->Next() ) {

1384 const XMLAttribute* a=FirstAttribute();
1385 const XMLAttribute* b=other->FirstAttribute();