Safely cast to a Declaration, or null.
| 642 | } |
| 643 | /// Safely cast to a Declaration, or null. |
| 644 | virtual XMLDeclaration* ToDeclaration() { |
| 645 | return 0; |
| 646 | } |
| 647 | /// Safely cast to an Unknown, or null. |
| 648 | virtual XMLUnknown* ToUnknown() { |
| 649 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected