Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ Attribute
Method
Attribute
cpp/tinyxml/tinyxml.cpp:557–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
556
557
const char* TiXmlElement::Attribute( const char* name ) const
558
{
559
const TiXmlAttribute* node = attributeSet.Find( name );
560
if ( node )
561
return node->Value();
562
return 0;
563
}
564
565
566
#ifdef TIXML_USE_STL
Callers
15
ReadXML
Method · 0.80
ReadGlobalXMLLabel
Method · 0.80
ReadCCXMLLabel
Method · 0.80
ReadXMLValue
Method · 0.80
ReadXMLVIDLabel
Method · 0.80
ReadXMLVIDHelp
Method · 0.80
ReadXMLVIDItemLabel
Method · 0.80
Group
Method · 0.80
ReadXML
Method · 0.80
ParseOptionsXML
Method · 0.80
ReadCache
Method · 0.80
ReadScenes
Method · 0.80
Calls
3
Find
Method · 0.45
Value
Method · 0.45
c_str
Method · 0.45
Tested by
2
LoadConfigFileRevision
Method · 0.64
LoadProductXML
Method · 0.64