MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / GetDocument

Function GetDocument

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:761–765  ·  view source on GitHub ↗

Get the XMLDocument that owns this XMLNode.

Source from the content-addressed store, hash-verified

759 }
760 /// Get the XMLDocument that owns this XMLNode.
761 XMLDocument* GetDocument()
762 {
763 TIXMLASSERT(_document);
764 return _document;
765 }
766
767 /// Safely cast to an Element, or null.
768 virtual XMLElement* ToElement()

Callers 1

SetTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected