Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:SetAttribute

905 	void SetAttribute( const char* name, const char * _value );
915 void SetAttribute( const std::string& name, const std::string& _value )
920 SetAttribute (n.buffer, v.buffer );
923 void SetAttribute( const std::string& name, int _value )
927 SetAttribute (n.buffer, _value);
934 void SetAttribute( const char * name, int value );