MCPcopy Create free account
hub / github.com/JayXon/Leanify / Parent

Function Parent

lib/tinyxml2/tinyxml2.h:726–728  ·  view source on GitHub ↗

Get the parent of this node on the DOM.

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected