innerNode->name; return ($name !== ' ') ? $this->innerNode->name : ''; } protected function __get_publicId(): string { return $this->innerNode->publicId; } protected function __get_systemId(): string { return $this->innerNode->systemId; } protected function __construct(\DOMDocumentType $doctype) { parent::__construct($doctype); } }