MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetText

Method GetText

cpp/tinyxml/tinyxml.cpp:873–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871
872
873const char* TiXmlElement::GetText() const
874{
875 const TiXmlNode* child = this->FirstChild();
876 if ( child ) {
877 const TiXmlText* childText = child->ToText();
878 if ( childText ) {
879 return childText->Value();
880 }
881 }
882 return 0;
883}
884
885
886TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::DOCUMENT )

Callers 11

ReadGlobalXMLLabelMethod · 0.80
ReadCCXMLLabelMethod · 0.80
ReadXMLVIDLabelMethod · 0.80
ReadXMLVIDHelpMethod · 0.80
ReadXMLVIDItemLabelMethod · 0.80
ReadXMLMethod · 0.80
ReadButtonsMethod · 0.80
ReadScenesMethod · 0.80
ReadMetaDataFromXMLMethod · 0.80
ReadXMLMethod · 0.80
ReadXMLMethod · 0.80

Calls 3

FirstChildMethod · 0.45
ToTextMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected