Safe cast to XMLDeclaration. This can return null.
| 1687 | } |
| 1688 | /// Safe cast to XMLDeclaration. This can return null. |
| 1689 | XMLDeclaration* ToDeclaration() { |
| 1690 | return ((_node && _node->ToDeclaration()) ? _node->ToDeclaration() : 0); |
| 1691 | } |
| 1692 | |
| 1693 | private: |
| 1694 | XMLNode* _node; |
nothing calls this directly
no test coverage detected