Searched refs:NextSiblingElement (Results 1 – 2 of 2) sorted by relevance
631 const XMLElement* NextSiblingElement( const char* value = 0 ) const;632 XMLElement* NextSiblingElement( const char* _value = 0 ) {633 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->NextSiblingElement( _value ) );1587 XMLHandle NextSiblingElement( const char* _value = 0 ) {1588 return XMLHandle( node ? node->NextSiblingElement( _value ) : 0 );1660 const XMLConstHandle NextSiblingElement( const char* _value = 0 ) const {1661 return XMLConstHandle( node ? node->NextSiblingElement( _value ) : 0 );
727 const XMLElement* XMLNode::NextSiblingElement( const char* value ) const in NextSiblingElement() function in XMLNode