MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Visit

Method Visit

sourcecommon/tinyxml2.cpp:2221–2225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2219
2220
2221bool XMLPrinter::Visit( const XMLText& text )
2222{
2223 PushText( text.Value(), text.CData() );
2224 return true;
2225}
2226
2227
2228bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected