MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / Attribute

Method Attribute

tinyxml/src/tinyxml.cpp:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577const char* TiXmlElement::Attribute( const char* name ) const
578{
579 const TiXmlAttribute* node = attributeSet.Find( name );
580 if ( node )
581 return node->Value();
582 return 0;
583}
584
585
586#ifdef TIXML_USE_STL

Callers 4

LoadProfileMethod · 0.80
LoadCacheMethod · 0.80
LoadDERMethod · 0.80
LoadSettingsMethod · 0.80

Calls 4

QueryIntValueMethod · 0.80
QueryDoubleValueMethod · 0.80
FindMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected