MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Attribute

Method Attribute

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:503–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503const char* TiXmlElement::Attribute(const char* name) const
504{
505 const TiXmlAttribute* node = attributeSet.Find(name);
506 if (node)
507 return node->Value();
508 return 0;
509}
510
511#ifdef TIXML_USE_STL
512const xr_string* TiXmlElement::Attribute(const xr_string& name) const

Callers 2

ReadAttribMethod · 0.80
SearchForAttributeMethod · 0.80

Calls 3

FindMethod · 0.45
ValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected