Safely cast to a Declaration, or null.
| 702 | } |
| 703 | /// Safely cast to a Declaration, or null. |
| 704 | virtual XMLDeclaration* ToDeclaration() { |
| 705 | return 0; |
| 706 | } |
| 707 | /// Safely cast to an Unknown, or null. |
| 708 | virtual XMLUnknown* ToUnknown() { |
| 709 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected