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

Function ToDocument

native/thirdpart/tinyxml2/tinyxml2.h:704–706  ·  view source on GitHub ↗

Safely cast to a Document, or null.

Source from the content-addressed store, hash-verified

702 }
703 /// Safely cast to a Document, or null.
704 virtual XMLDocument* ToDocument() {
705 return 0;
706 }
707 /// Safely cast to a Declaration, or null.
708 virtual XMLDeclaration* ToDeclaration() {
709 return 0;

Callers 1

ParseDeepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected