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

Method GetDocument

cpp/tinyxml/tinyxml.cpp:493–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492
493const TiXmlDocument* TiXmlNode::GetDocument() const
494{
495 const TiXmlNode* node;
496
497 for( node = this; node; node = node->parent )
498 {
499 if ( node->ToDocument() )
500 return node->ToDocument();
501 }
502 return 0;
503}
504
505
506TiXmlElement::TiXmlElement (const char * _value)

Callers 9

LinkEndChildMethod · 0.95
ReadXMLMethod · 0.45
ReadGlobalXMLLabelMethod · 0.45
ReadCCXMLLabelMethod · 0.45
ReadXMLValueMethod · 0.45
ReadXMLVIDLabelMethod · 0.45
ReadXMLVIDHelpMethod · 0.45
ReadXMLVIDItemLabelMethod · 0.45
ReadXMLMethod · 0.45

Calls 1

ToDocumentMethod · 0.45

Tested by

no test coverage detected