Safely cast to an Element, or null.
| 686 | |
| 687 | /// Safely cast to an Element, or null. |
| 688 | virtual XMLElement* ToElement() { |
| 689 | return 0; |
| 690 | } |
| 691 | /// Safely cast to Text, or null. |
| 692 | virtual XMLText* ToText() { |
| 693 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected