Get the XMLDocument that owns this XMLNode.
| 684 | } |
| 685 | /// Get the XMLDocument that owns this XMLNode. |
| 686 | XMLDocument* GetDocument() { |
| 687 | TIXMLASSERT( _document ); |
| 688 | return _document; |
| 689 | } |
| 690 | |
| 691 | /// Safely cast to an Element, or null. |
| 692 | virtual XMLElement* ToElement() { |