MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / begin

Method begin

DAEValidator/library/src/XmlNodeSet.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 XmlNodeSet::iterator XmlNodeSet::begin() const
64 {
65 if (!mXPathObject)
66 return iterator();
67 if (!mXPathObject->nodesetval)
68 return iterator();
69 if (mXPathObject->nodesetval->nodeNr == 0)
70 return iterator();
71 return iterator(mXPathObject->nodesetval);
72 }
73
74 XmlNodeSet::iterator XmlNodeSet::end() const
75 {

Callers 15

parseArgumentsMethod · 0.45
RemoveDotSegmentsMethod · 0.45
LowerMethod · 0.45
DaeValidatorMethod · 0.45
checkSchemaMethod · 0.45
TEST_METHODFunction · 0.45
IteratorCommonFunction · 0.45
TEST_METHODFunction · 0.45
TEST_METHODFunction · 0.45
addAnimationClipMethod · 0.45
addSamplersMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by 4

TEST_METHODFunction · 0.36
IteratorCommonFunction · 0.36
TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36