MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / VisitEnter

Method VisitEnter

src/xml/tinyxml2.cpp:2109–2115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107
2108
2109bool XMLPrinter::VisitEnter( const XMLDocument& doc ) {
2110 _processEntities = doc.ProcessEntities();
2111 if ( doc.HasBOM() ) {
2112 PushHeader( true, false );
2113 }
2114 return true;
2115}
2116
2117
2118bool 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