Safely cast to a Comment, or null.
| 634 | } |
| 635 | /// Safely cast to a Comment, or null. |
| 636 | virtual XMLComment* ToComment() { |
| 637 | return 0; |
| 638 | } |
| 639 | /// Safely cast to a Document, or null. |
| 640 | virtual XMLDocument* ToDocument() { |
| 641 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected