Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:NextSiblingElement

482 const TiXmlElement* TiXmlNode::NextSiblingElement() const
497 const TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value ) const
1726 child = child->NextSiblingElement(), ++i )
1745 child = child->NextSiblingElement( value ), ++i )