MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / VisitExit

Method VisitExit

Source/3rdParty/tinyxml2/tinyxml2.cpp:1815–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1813}
1814
1815bool XMLPrinter::VisitExit(const XMLElement&) {
1816 CloseElement();
1817 return true;
1818}
1819
1820bool XMLPrinter::Visit(const XMLText& text) {
1821 PushText(text.Value(), text.CData());

Callers 1

AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected