Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:Visit

849     return visitor->Visit( *this );

896 return visitor->Visit( *this );
944 return visitor->Visit( *this );
990 return visitor->Visit( *this );
1997 bool XMLPrinter::Visit( const XMLText& text )
2004 bool XMLPrinter::Visit( const XMLComment& comment )
2010 bool XMLPrinter::Visit( const XMLDeclaration& declaration )
2017 bool XMLPrinter::Visit( const XMLUnknown& unknown )