Home
last modified time | relevance | path

Searched defs:XMLNode (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h96 class XMLNode; variable
1182 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { return false; } in ShallowEqual()
Dtinyxml2.cpp543 XMLNode::XMLNode( XMLDocument* doc ) : in XMLNode() function in XMLNode