Method Parser.XML.Tree.AbstractSimpleNode()->zap_tree()
- Method
zap_tree
void
zap_tree()- Description
Destruct the tree recursively. When the inheriting AbstractNode or Node is used, which have parent pointers, this function should be called for every tree that no longer is in use to avoid frequent garbage collector runs.