• Home
  • Raw
  • Download

Lines Matching refs:TiXmlAttribute

466 	TiXmlAttribute* node = attributeSet.Find( name );  in RemoveAttribute()
655 TiXmlAttribute* node = attributeSet.First(); in ClearThis()
664 const TiXmlAttribute* node = attributeSet.Find( name ); in Attribute()
703 const TiXmlAttribute* node = attributeSet.Find( name ); in QueryIntAttribute()
713 const TiXmlAttribute* node = attributeSet.Find( name ); in QueryDoubleAttribute()
747 TiXmlAttribute* node = attributeSet.Find( name ); in SetAttribute()
754 TiXmlAttribute* attrib = new TiXmlAttribute( name, _value ); in SetAttribute()
776 const TiXmlAttribute* attrib; in Print()
821 const TiXmlAttribute* attrib; in StreamOut()
855 const TiXmlAttribute* attribute = 0; in CopyTo()
1162 const TiXmlAttribute* TiXmlAttribute::Next() const in Next()
1171 TiXmlAttribute* TiXmlAttribute::Next() in Next()
1180 const TiXmlAttribute* TiXmlAttribute::Previous() const in Previous()
1189 TiXmlAttribute* TiXmlAttribute::Previous() in Previous()
1198 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/ ) const in Print()
1212 void TiXmlAttribute::StreamOut( TIXML_OSTREAM * stream ) const in StreamOut()
1230 int TiXmlAttribute::QueryIntValue( int* ival ) const in QueryIntValue()
1237 int TiXmlAttribute::QueryDoubleValue( double* dval ) const in QueryDoubleValue()
1244 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue()
1255 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue()
1266 int TiXmlAttribute::IntValue() const in IntValue()
1271 double TiXmlAttribute::DoubleValue() const in DoubleValue()
1532 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add()
1543 void TiXmlAttributeSet::Remove( TiXmlAttribute* removeMe ) in Remove()
1545 TiXmlAttribute* node; in Remove()
1561 const TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) const in Find()
1563 const TiXmlAttribute* node; in Find()
1573 TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) in Find()
1575 TiXmlAttribute* node; in Find()