MCPcopy 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
557const 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

ReadXMLMethod · 0.80
ReadGlobalXMLLabelMethod · 0.80
ReadCCXMLLabelMethod · 0.80
ReadXMLValueMethod · 0.80
ReadXMLVIDLabelMethod · 0.80
ReadXMLVIDHelpMethod · 0.80
ReadXMLVIDItemLabelMethod · 0.80
GroupMethod · 0.80
ReadXMLMethod · 0.80
ParseOptionsXMLMethod · 0.80
ReadCacheMethod · 0.80
ReadScenesMethod · 0.80

Calls 3

FindMethod · 0.45
ValueMethod · 0.45
c_strMethod · 0.45

Tested by 2

LoadProductXMLMethod · 0.64