MCPcopy Create free account
hub / github.com/JayXon/Leanify / VisitEnter

Method VisitEnter

lib/tinyxml2/tinyxml2.cpp:2287–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2285
2286
2287bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2288{
2289 _processEntities = doc.ProcessEntities();
2290 if ( doc.HasBOM() ) {
2291 PushHeader( true, false );
2292 }
2293 return true;
2294}
2295
2296
2297bool 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