Lines Matching defs:SetAttribute
740 void TiXmlElement::SetAttribute( const char * name, int val )
750 void TiXmlElement::SetAttribute( const std::string& name, int val )
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue )
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value )
865 target->SetAttribute( attribute->Name(), attribute->Value() );