protected function hasChild(string $elementName) : bool { return $this->element ->getElementsByTagNameNS(self::XMLNS, $elementName)->length !== 0; }