Home | History | Annotate | Download | only in tinyxml

Lines Matching full:firstattribute

1766 bool TiXmlPrinter::VisitEnter( const TiXmlElement& element, const TiXmlAttribute* firstAttribute )
1772 for( const TiXmlAttribute* attrib = firstAttribute; attrib; attrib = attrib->Next() )