MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / GetDocument

Function GetDocument

native/thirdpart/tinyxml2/tinyxml2.h:686–689  ·  view source on GitHub ↗

Get the XMLDocument that owns this XMLNode.

Source from the content-addressed store, hash-verified

684 }
685 /// Get the XMLDocument that owns this XMLNode.
686 XMLDocument* GetDocument() {
687 TIXMLASSERT( _document );
688 return _document;
689 }
690
691 /// Safely cast to an Element, or null.
692 virtual XMLElement* ToElement() {

Callers 1

SetTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected