Removes all the nodes.
public function clear() : void { $this->nodes = []; $this->document = null; $this->cachedNamespaces = new \ArrayObject(); }