Searched defs:XMLAttribute (Results 1 – 1 of 1) sorted by relevance
120 class XMLAttribute; variable495 … virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { in VisitEnter()1237 XMLAttribute() : _name(), _value(),_parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {} in XMLAttribute() function