MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / VisitEnter

Method VisitEnter

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2880–2888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2878}
2879
2880bool XMLPrinter::VisitEnter(const XMLDocument& doc)
2881{
2882 _processEntities = doc.ProcessEntities();
2883 if (doc.HasBOM())
2884 {
2885 PushHeader(true, false);
2886 }
2887 return true;
2888}
2889
2890bool XMLPrinter::VisitEnter(const XMLElement& element, const XMLAttribute* attribute)
2891{

Callers 1

AcceptMethod · 0.80

Calls 3

NameMethod · 0.80
ValueMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected