MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / VisitEnter

Method VisitEnter

sourcecommon/tinyxml2.cpp:2191–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189
2190
2191bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2192{
2193 _processEntities = doc.ProcessEntities();
2194 if ( doc.HasBOM() ) {
2195 PushHeader( true, false );
2196 }
2197 return true;
2198}
2199
2200
2201bool 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