Lines Matching full:ele
859 const char* value = ele->Attribute( "foo" ); 867 if ( ele->Attribute( "foo", "bar" ) ) callFooIsBar(); 872 if ( ele->Attribute( "foo" ) ) { 873 if ( strcmp( ele->Attribute( "foo" ), "bar" ) == 0 ) callFooIsBar();