Get the parent of this node on the DOM.
| 724 | |
| 725 | /// Get the parent of this node on the DOM. |
| 726 | const XMLNode* Parent() const { |
| 727 | return _parent; |
| 728 | } |
| 729 | |
| 730 | XMLNode* Parent() { |
| 731 | return _parent; |
nothing calls this directly
no outgoing calls
no test coverage detected