Get the XMLDocument that owns this XMLNode.
| 759 | } |
| 760 | /// Get the XMLDocument that owns this XMLNode. |
| 761 | XMLDocument* GetDocument() |
| 762 | { |
| 763 | TIXMLASSERT(_document); |
| 764 | return _document; |
| 765 | } |
| 766 | |
| 767 | /// Safely cast to an Element, or null. |
| 768 | virtual XMLElement* ToElement() |