Get the parent of this node on the DOM.
| 686 | |
| 687 | /// Get the parent of this node on the DOM. |
| 688 | const XMLNode* Parent() const { |
| 689 | return _parent; |
| 690 | } |
| 691 | |
| 692 | XMLNode* Parent() { |
| 693 | return _parent; |
nothing calls this directly
no outgoing calls
no test coverage detected