MCPcopy Create free account
hub / github.com/avast/retdec / VisitEnter

Method VisitEnter

deps/tinyxml2/tinyxml2.cpp:2866–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2864
2865
2866bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2867{
2868 _processEntities = doc.ProcessEntities();
2869 if ( doc.HasBOM() ) {
2870 PushHeader( true, false );
2871 }
2872 return true;
2873}
2874
2875
2876bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 3

HasBOMMethod · 0.45
NameMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected