Searched refs:prevAttribute (Results 1 – 1 of 1) sorted by relevance
1817 XMLAttribute* prevAttribute = 0; in ParseAttributes() local1846 if ( prevAttribute ) { in ParseAttributes()1847 TIXMLASSERT( prevAttribute->_next == 0 ); in ParseAttributes()1848 prevAttribute->_next = attrib; in ParseAttributes()1854 prevAttribute = attrib; in ParseAttributes()