MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / GetDocument

Function GetDocument

Source/ThirdParty/tinyxml2/tinyxml2.h:680–683  ·  view source on GitHub ↗

Get the XMLDocument that owns this XMLNode.

Source from the content-addressed store, hash-verified

678 }
679 /// Get the XMLDocument that owns this XMLNode.
680 XMLDocument* GetDocument() {
681 TIXMLASSERT( _document );
682 return _document;
683 }
684
685 /// Safely cast to an Element, or null.
686 virtual XMLElement* ToElement() {

Callers 1

SetTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected