Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:NextSiblingElement

530 const TiXmlElement* TiXmlNode::NextSiblingElement() const
544 TiXmlElement* TiXmlNode::NextSiblingElement()
558 const TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value ) const
572 TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value )
1711 child = child->NextSiblingElement(), ++i )
1730 child = child->NextSiblingElement( value ), ++i )