Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:child2

1231                 XMLElement* child2 = child->NextSiblingElement( "Child" );

1232 if ( child2 )
1243 XMLElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).FirstChild().NextSibling().ToElement();
1244 if ( child2 )