MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetDocument

Method GetDocument

Libraries/tinyxml/tinyxml.cpp:529–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528
529const TiXmlDocument* TiXmlNode::GetDocument() const
530{
531 const TiXmlNode* node;
532
533 for( node = this; node; node = node->parent )
534 {
535 if ( node->ToDocument() )
536 return node->ToDocument();
537 }
538 return 0;
539}
540
541
542TiXmlElement::TiXmlElement (const char * _value)

Callers 1

LinkEndChildMethod · 0.95

Calls 1

ToDocumentMethod · 0.45

Tested by

no test coverage detected