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

Method VisitEnter

Source/3rdParty/tinyxml2/tinyxml2.cpp:1798–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1796}
1797
1798bool XMLPrinter::VisitEnter(const XMLDocument& doc) {
1799 _processEntities = doc.ProcessEntities();
1800 if (doc.HasBOM()) {
1801 PushHeader(true, false);
1802 }
1803 return true;
1804}
1805
1806bool XMLPrinter::VisitEnter(const XMLElement& element, const XMLAttribute* attribute) {
1807 OpenElement(element.Name());

Callers 1

AcceptMethod · 0.45

Calls 5

ProcessEntitiesMethod · 0.80
NextMethod · 0.80
NameMethod · 0.65
ValueMethod · 0.65
HasBOMMethod · 0.45

Tested by

no test coverage detected