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

Method getRootNamespace

DAEValidator/library/src/XmlDoc.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 string XmlDoc::getRootNamespace() const
119 {
120 if (auto r = root())
121 if (auto n = r.ns())
122 return n.href();
123 return "";
124 }
125
126 XmlDoc::TempRootMod XmlDoc::setTempRoot(const XmlNode & node) const
127 {

Callers 2

XmlNode.cppFile · 0.80
TEST_METHODFunction · 0.80

Calls 3

rootFunction · 0.85
nsMethod · 0.80
hrefMethod · 0.80

Tested by 1

TEST_METHODFunction · 0.64