MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / VisitEnter

Method VisitEnter

3rdparty/tinyxml2/tinyxml2.cpp:2960–2967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958
2959
2960bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2961{
2962 _processEntities = doc.ProcessEntities();
2963 if ( doc.HasBOM() ) {
2964 PushHeader( true, false );
2965 }
2966 return true;
2967}
2968
2969
2970bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 2

NameMethod · 0.80
ValueMethod · 0.80

Tested by

no test coverage detected