Safely cast to an Unknown, or null.
| 706 | } |
| 707 | /// Safely cast to an Unknown, or null. |
| 708 | virtual XMLUnknown* ToUnknown() { |
| 709 | return 0; |
| 710 | } |
| 711 | |
| 712 | virtual const XMLElement* ToElement() const { |
| 713 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected