Lines Matching refs:attributeSet
316 TiXmlAttribute* node = attributeSet.Find( name );
319 attributeSet.Remove( node );
413 while( attributeSet.First() )
415 TiXmlAttribute* node = attributeSet.First();
416 attributeSet.Remove( node );
423 TiXmlAttribute* node = attributeSet.Find( name );
456 TiXmlAttribute* node = attributeSet.Find( name );
466 attributeSet.Add( attrib );
487 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
533 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
570 for( attribute = attributeSet.First();