Safely cast to a Comment, or null.
| 694 | } |
| 695 | /// Safely cast to a Comment, or null. |
| 696 | virtual XMLComment* ToComment() { |
| 697 | return 0; |
| 698 | } |
| 699 | /// Safely cast to a Document, or null. |
| 700 | virtual XMLDocument* ToDocument() { |
| 701 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected