MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ToDeclaration

Method ToDeclaration

Source/3rdParty/tinyxml2/tinyxml2.h:1689–1691  ·  view source on GitHub ↗

Safe cast to XMLDeclaration. This can return null.

Source from the content-addressed store, hash-verified

1687 }
1688 /// Safe cast to XMLDeclaration. This can return null.
1689 XMLDeclaration* ToDeclaration() {
1690 return ((_node && _node->ToDeclaration()) ? _node->ToDeclaration() : 0);
1691 }
1692
1693private:
1694 XMLNode* _node;

Callers

nothing calls this directly

Calls 1

ToDeclarationMethod · 0.45

Tested by

no test coverage detected