@override Node? callClear(Node? target) { if (target is Element) { target.nodes.clear(); } return target; }