Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:FirstChild

762     const XMLNode*  FirstChild() const		{

766 XMLNode* FirstChild() {
1745 To get the first node, use FirstChild().
2009 XMLHandle FirstChild() {
2010 return XMLHandle( _node ? _node->FirstChild() : 0 );
2086 const XMLConstHandle FirstChild() const {
2087 return XMLConstHandle( _node ? _node->FirstChild() : 0 );