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

Method OpenElement

native/thirdpart/tinyxml2/tinyxml2.cpp:2715–2725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2713}
2714
2715void XMLPrinter::OpenElement( const char* name, bool compactMode )
2716{
2717 PrepareForNewNode( compactMode );
2718 _stack.Push( name );
2719
2720 Write ( "<" );
2721 Write ( name );
2722
2723 _elementJustOpened = true;
2724 ++_depth;
2725}
2726
2727
2728void XMLPrinter::PushAttribute( const char* name, const char* value )

Callers

nothing calls this directly

Calls 2

PushMethod · 0.80
WriteFunction · 0.70

Tested by

no test coverage detected