Searched refs:quoteLiteral (Results 1 – 1 of 1) sorted by relevance
244 private function quoteLiteral(string $literal): string { function in PhpCss\\Ast\\Visitor\\Xpath373 $condition = 'local-name() = '.$this->quoteLiteral($elementName);394 $this->quoteLiteral($id->id)422 $this->quoteLiteral($attribute->literal->value)430 $this->quoteLiteral($attribute->literal->value)437 $this->quoteLiteral($attribute->literal->value)441 $condition = '@'.$attribute->name.' = '.$this->quoteLiteral($attribute->literal->value);447 $this->quoteLiteral(' '.trim($attribute->literal->value).' ')454 $this->quoteLiteral($attribute->literal->value)574 $this->addCondition('contains(., '.$this->quoteLiteral($parameter->value));[all …]