Home
last modified time | relevance | path

Searched refs:PreviousSiblingElement (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h504 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
505 …ent* PreviousSiblingElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast…
1281 …XMLHandle PreviousSiblingElement( const char* _value=0 ) { return XMLHandle( node ?…
1321 … XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const { return XMLConstHandl…
Dtinyxml2.cpp716 const XMLElement* XMLNode::PreviousSiblingElement( const char* value ) const in PreviousSiblingElement() function in XMLNode