Safely cast to an Element, or null.
| 626 | |
| 627 | /// Safely cast to an Element, or null. |
| 628 | virtual XMLElement* ToElement() { |
| 629 | return 0; |
| 630 | } |
| 631 | /// Safely cast to Text, or null. |
| 632 | virtual XMLText* ToText() { |
| 633 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected