Returns the sub iterator for the current element.
public function getChildren() : self { return new self($this->nodes[$this->position]); }