Safely cast to a Declaration, or null.
| 680 | } |
| 681 | /// Safely cast to a Declaration, or null. |
| 682 | virtual XMLDeclaration* ToDeclaration() { |
| 683 | return 0; |
| 684 | } |
| 685 | /// Safely cast to an Unknown, or null. |
| 686 | virtual XMLUnknown* ToUnknown() { |
| 687 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected