Safely cast to Text, or null.
| 690 | } |
| 691 | /// Safely cast to Text, or null. |
| 692 | virtual XMLText* ToText() { |
| 693 | return 0; |
| 694 | } |
| 695 | /// Safely cast to a Comment, or null. |
| 696 | virtual XMLComment* ToComment() { |
| 697 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected