Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:Parent

228     Parent virtual class of a pool for fast allocation

410 Nodes have siblings, a parent, and children which can
473 /// Get the parent of this node on the DOM.
474 const XMLNode* Parent() const { return parent; }
475 XMLNode* Parent() { return parent; }
593 XMLNode* parent;
1163 void DeleteNode( XMLNode* node ) { node->parent->DeleteChild( node ); }