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

Method begin

native/thirdpart/tinyxml2/tixml2ex.h:359–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 Selector (XE * base, std::string xpath) : _base (base), _xpath (xpath) {}
358
359 ElementIterator<XE> begin() const
360 {
361 if (!_xpath .empty() && _base)
362 return ElementIterator<XE> (_base, _xpath);
363 else
364 return end();
365 };
366
367 ElementIterator<XE> end() const
368 {

Callers 14

createMethod · 0.45
fillDetailsMethod · 0.45
deleteElementMethod · 0.45
WidgetMethod · 0.45
mergeWidgetsInStateMethod · 0.45
XpathMethod · 0.45
cachePageTextsMethod · 0.45
loadInputTextsMethod · 0.45
ElementIteratorMethod · 0.45
traverseMethod · 0.45
find_elementFunction · 0.45
append_elementFunction · 0.45

Calls 2

emptyMethod · 0.80
endFunction · 0.70

Tested by

no test coverage detected