| 1753 | return ((_node && _node->ToUnknown()) ? _node->ToUnknown() : 0); |
| 1754 | } |
| 1755 | const XMLDeclaration* ToDeclaration() const { |
| 1756 | return ((_node && _node->ToDeclaration()) ? _node->ToDeclaration() : 0); |
| 1757 | } |
| 1758 | |
| 1759 | private: |
| 1760 | const XMLNode* _node; |
nothing calls this directly
no test coverage detected