Safely cast to Text, or null.
| 668 | } |
| 669 | /// Safely cast to Text, or null. |
| 670 | virtual XMLText* ToText() { |
| 671 | return 0; |
| 672 | } |
| 673 | /// Safely cast to a Comment, or null. |
| 674 | virtual XMLComment* ToComment() { |
| 675 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected