Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h94 class XMLAttribute; variable
343 …virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) … in VisitEnter()
821 XMLAttribute() : next( 0 ) {} in XMLAttribute() function