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

Method attribute

DAEValidator/library/src/XmlNode.cpp:74–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 XmlAttribute XmlNode::attribute(const string & name) const
75 {
76 for (xmlAttrPtr attr = mNode->properties; attr; attr = attr->next)
77 {
78 if (name == attr->name)
79 {
80 return XmlAttribute(attr);
81 }
82 }
83 return XmlAttribute();
84 }
85
86 XmlNamespace XmlNode::ns() const
87 {

Callers 15

readFileMethod · 0.80
initializeCacheMethod · 0.80
checkSchemaMethod · 0.80
checkUniqueIdsMethod · 0.80
checkUniqueSidsMethod · 0.80
TEST_METHODFunction · 0.80
TEST_METHODFunction · 0.80
parseAttributesMethod · 0.80
parsePlugMethod · 0.80
parseNumericPlugMethod · 0.80
parseTypedPlugMethod · 0.80
parseEnumPlugMethod · 0.80

Calls 1

XmlAttributeClass · 0.50

Tested by 2

TEST_METHODFunction · 0.64
TEST_METHODFunction · 0.64