MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / VisitEnter

Method VisitEnter

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2484–2491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2482
2483
2484bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2485{
2486 _processEntities = doc.ProcessEntities();
2487 if ( doc.HasBOM() ) {
2488 PushHeader( true, false );
2489 }
2490 return true;
2491}
2492
2493
2494bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 3

NameMethod · 0.45
ValueMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected