MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / Visit

Method Visit

src/xml/tinyxml2.cpp:2139–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2137
2138
2139bool XMLPrinter::Visit( const XMLText& text ) {
2140 PushText( text.Value(), text.CData() );
2141 return true;
2142}
2143
2144
2145bool XMLPrinter::Visit( const XMLComment& comment ) {

Callers 1

AcceptMethod · 0.80

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected