Lines Matching refs:TiXmlElement
276 TiXmlElement* root = document.FirstChildElement( "Document" );
279 TiXmlElement* element = root->FirstChildElement( "Element" );
282 TiXmlElement* child = element->FirstChildElement( "Child" );
285 TiXmlElement* child2 = child->NextSiblingElement( "Child" );
296 TiXmlElement* child2 = docHandle.FirstChild( "Document" ).FirstChild( "Element" ).Child( "Child", 1…
403 The "ToDo" tag defines a TiXmlElement object. This one does not have
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.
433 TiXmlElement "ToDo"
434 TiXmlElement "Item" Attribtutes: priority = 1
436 TiXmlElement "bold"
438 TiXmlElement "Item" Attributes: priority=2