Searched defs:XMLAttribute (Results 1 – 1 of 1) sorted by relevance
94 class XMLAttribute; variable374 …virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) … in VisitEnter()1005 XMLAttribute() : next( 0 ) {} in XMLAttribute() function