Safely cast to Text, or null.
| 545 | } |
| 546 | /// Safely cast to Text, or null. |
| 547 | virtual XMLText* ToText() { |
| 548 | return 0; |
| 549 | } |
| 550 | /// Safely cast to a Comment, or null. |
| 551 | virtual XMLComment* ToComment() { |
| 552 | return 0; |
no outgoing calls
no test coverage detected