Get the parent of this node on the DOM.
| 755 | |
| 756 | /// Get the parent of this node on the DOM. |
| 757 | const XMLNode* Parent() const { |
| 758 | return _parent; |
| 759 | } |
| 760 | |
| 761 | XMLNode* Parent() { |
| 762 | return _parent; |
nothing calls this directly
no outgoing calls
no test coverage detected