Lines Matching full:firstattribute
719 <a name="l00948"></a><a class="code" href="classTiXmlElement.html#a23">00948</a> <span class="keyword">const</span> <a class="code" href="classTiXmlAttribute.html">TiXmlAttribute</a>* <a class="code" href="classTiXmlElement.html#a23">FirstAttribute</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> attributeSet.First(); }
720 <a name="l00949"></a>00949 <a class="code" href="classTiXmlAttribute.html">TiXmlAttribute</a>* <a class="code" href="classTiXmlElement.html#a23">FirstAttribute</a>() { <span class="keywordflow">return</span> attributeSet.First(); }