langCode = $langCode; } /** @inheritDoc */ public function guessLang( DOMElement $node ): string { return $this->langCode; } }