Home | History | Annotate | Download | only in tinyxml

Lines Matching full:child

282 		TiXmlElement* child = element->FirstChildElement( "Child" );
283 if ( child )
285 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
296 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1 ).Element();
386 TiXmlDeclaration class. It will be the first child of the
410 Creates another TiXmlElement which is a child of the "ToDo" element.
417 It is a child of the "Item" TiXmlElement.
424 Another TiXmlElement, this one a child of the "Item" element.