MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / VisitEnter

Method VisitEnter

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2767–2774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2765
2766
2767bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2768{
2769 _processEntities = doc.ProcessEntities();
2770 if ( doc.HasBOM() ) {
2771 PushHeader( true, false );
2772 }
2773 return true;
2774}
2775
2776
2777bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 2

NameMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected