Safely cast to a Document, or null.
| 638 | } |
| 639 | /// Safely cast to a Document, or null. |
| 640 | virtual XMLDocument* ToDocument() { |
| 641 | return 0; |
| 642 | } |
| 643 | /// Safely cast to a Declaration, or null. |
| 644 | virtual XMLDeclaration* ToDeclaration() { |
| 645 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected