Searched refs:HashNode (Results 1 – 4 of 4) sorted by relevance
15 use Symfony\Component\CssSelector\Node\HashNode; alias45 …new SelectorNode(new HashNode(new ElementNode($matches[1] ?: null, $matches[2] ?: null), $matches[…
24 class HashNode extends AbstractNode class
149 public function translateHash(Node\HashNode $node, Translator $translator): XPathExpr
172 $result = new Node\HashNode($result, $stream->getNext()->getValue());