Searched refs:PreviousSiblingElement (Results 1 – 2 of 2) sorted by relevance
617 const XMLElement* PreviousSiblingElement( const char* value = 0 ) const ;618 XMLElement* PreviousSiblingElement( const char* _value = 0 ) {619 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( _value ) …1579 XMLHandle PreviousSiblingElement( const char* _value = 0 ) {1580 return XMLHandle( node ? node->PreviousSiblingElement( _value ) : 0 );1654 const XMLConstHandle PreviousSiblingElement( const char* _value = 0 ) const {1655 return XMLConstHandle( node ? node->PreviousSiblingElement( _value ) : 0 );
740 const XMLElement* XMLNode::PreviousSiblingElement( const char* value ) const in PreviousSiblingElement() function in XMLNode