public function __toString() : string { $element = $this->element ?: '*'; return \sprintf('%s[%s]', $this->getNodeName(), $this->namespace ? $this->namespace . '|' . $element : $element); }