Safely cast to a Comment, or null.
| 672 | } |
| 673 | /// Safely cast to a Comment, or null. |
| 674 | virtual XMLComment* ToComment() { |
| 675 | return 0; |
| 676 | } |
| 677 | /// Safely cast to a Document, or null. |
| 678 | virtual XMLDocument* ToDocument() { |
| 679 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected