MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Visit

Method Visit

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2800–2804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2798
2799
2800bool XMLPrinter::Visit( const XMLText& text )
2801{
2802 PushText( text.Value(), text.CData() );
2803 return true;
2804}
2805
2806
2807bool XMLPrinter::Visit( const XMLComment& comment )

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected