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

Function begin

native/thirdpart/tinyxml2/tixml2ex.h:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311
312 inline ElementIterator<XMLElement> begin (XMLElement * parent)
313 {
314 if (!parent)
315 throw XmlException ("null element"s);
316 return ElementIterator<XMLElement> (parent -> FirstChildElement());
317 }
318
319
320 inline ElementIterator<XMLElement> end (XMLElement *)

Callers 1

cbeginFunction · 0.70

Calls 2

XmlExceptionClass · 0.85
FirstChildElementMethod · 0.80

Tested by

no test coverage detected