MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / VisitEnter

Method VisitEnter

native/thirdpart/tinyxml2/tinyxml2.cpp:2927–2934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2925
2926
2927bool XMLPrinter::VisitEnter( const XMLDocument& doc )
2928{
2929 _processEntities = doc.ProcessEntities();
2930 if ( doc.HasBOM() ) {
2931 PushHeader( true, false );
2932 }
2933 return true;
2934}
2935
2936
2937bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute )

Callers 1

AcceptMethod · 0.80

Calls 3

NextMethod · 0.80
NameMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected