Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:RemoveAttribute

1079 	void RemoveAttribute( const char * name );
1081 void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std::string form.