Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
TEST_METHOD
Function · 0.80
Calls
3
root
Function · 0.85
ns
Method · 0.80
href
Method · 0.80
Tested by
1
TEST_METHOD
Function · 0.64