Searched refs:FindAttribute (Results 1 – 2 of 2) sorted by relevance
907 …r* name, int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryIntAttribute()909 …char* name, unsigned int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryUnsignedAttribute()911 …* name, bool* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryBoolAttribute()913 …ar* name, double* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryDoubleAttribute()915 …har* name, float* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( … in QueryFloatAttribute()936 const XMLAttribute* FindAttribute( const char* name ) const;1021 XMLAttribute* FindAttribute( const char* name );
1125 XMLAttribute* XMLElement::FindAttribute( const char* name ) in FindAttribute() function in XMLElement1136 const XMLAttribute* XMLElement::FindAttribute( const char* name ) const in FindAttribute() function in XMLElement1149 const XMLAttribute* a = FindAttribute( name ); in Attribute()