Returns true if this node has a parent.
true
bool get hasParent { var nodeParent = domGenerator.getNodeParent(node); return nodeParent != null; }