Safely cast to an Element, or null.
| 541 | |
| 542 | /// Safely cast to an Element, or null. |
| 543 | virtual XMLElement* ToElement() { |
| 544 | return 0; |
| 545 | } |
| 546 | /// Safely cast to Text, or null. |
| 547 | virtual XMLText* ToText() { |
| 548 | return 0; |
no outgoing calls
no test coverage detected