MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / VisitEnter

Method VisitEnter

Dependencies/tinyxml2/src/tinyxml2.cpp:2775–2782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2773
2774
2775bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2776{
2777 _processEntities = doc.ProcessEntities();
2778 if ( doc.HasBOM() ) {
2779 PushHeader( true, false );
2780 }
2781 return true;
2782}
2783
2784
2785bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 3

NextMethod · 0.80
NameMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected