public function translateSelected(XPathExpr $xpath) : XPathExpr { return $xpath->addCondition("(@selected and name(.) = 'option')"); }