Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h120 class XMLAttribute; variable
495 … virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { in VisitEnter()
1226 XMLAttribute() : _name(), _value(),_parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {} in XMLAttribute() function