Lines Matching defs:RemoveAttribute
943 void RemoveAttribute( const char * name );945 void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std::string form.