Safely cast to a Document, or null.
| 696 | } |
| 697 | /// Safely cast to a Document, or null. |
| 698 | virtual XMLDocument* ToDocument() { |
| 699 | return 0; |
| 700 | } |
| 701 | /// Safely cast to a Declaration, or null. |
| 702 | virtual XMLDeclaration* ToDeclaration() { |
| 703 | return 0; |