Searched refs:LastChild (Results 1 – 5 of 5) sorted by relevance
531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() function532 TiXmlNode* LastChild() { return lastChild; } in LastChild() function534 …const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching…535 TiXmlNode* LastChild( const char * _value ) { in LastChild() function536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild()542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() function543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() function
373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode1787 && element.LastChild() == element.FirstChild() in VisitEnter()
234 for( node = doc.LastChild(); in main()275 for( node = todoElement->LastChild( "Item" ); in main()
298 …TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null … in LastChild() function299 …TiXmlNode* LastChild( const std::string& value ) const; /// The last child of this node matching …
250 TiXmlNode* TiXmlNode::LastChild( const std::string& value ) const in LastChild() function in TiXmlNode