Searched refs:LastChild (Results 1 – 8 of 8) sorted by relevance
491 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() function492 TiXmlNode* LastChild() { return lastChild; } in LastChild() function493 …const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching…494 TiXmlNode* LastChild( const char * value ); 499 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() function500 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() function
285 for( node = doc.LastChild(); in main()326 for( node = todoElement->LastChild( "Item" ); in main()753 XmlTest( "Test InsertAfterChild on empty node. ", ( childNode1 == parent.LastChild() ), true ); in main()
346 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode357 TiXmlNode* TiXmlNode::LastChild( const char * _value ) in LastChild() function in TiXmlNode
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()
490 const XMLNode* LastChild() const { return lastChild; } in LastChild() function491 …XMLNode* LastChild() { return const_cast<XMLNode*>(const_cas… in LastChild() function1275 …XMLHandle LastChild() { return XMLHandle( node … in LastChild() function1318 …const XMLConstHandle LastChild() const { return XMLConst… in LastChild() function
41 LastChild enumerator
315 case CFDE_XMLNode::LastChild: { in GetNodeItem()