Home | History | Annotate | Download | only in tinyxml

Lines Matching full:child

160 	// It is a child of the document, and can be selected by name.
182 // a particular child.
222 // And add the node to the existing list after the first child.
261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) );
267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) );
522 TiXmlText* text = docH.FirstChildElement( "document" ).FirstChildElement( (const char*) russianElementName ).Child( 0 ).Text();
530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration();
879 TiXmlUnknown* unknown = docH.Child( 1 ).Unknown();
882 TiXmlNode* node = docH.Child( 2 ).Node();
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment();
921 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
926 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
931 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
937 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
942 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
947 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
994 TiXmlHandle tHandle = aHandle.Child( 0 );