Home
last modified time | relevance | path

Searched refs:NodeInterface (Results 1 – 14 of 14) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/Node/
DNegationNode.php29 public function __construct(NodeInterface $selector, NodeInterface $subSelector)
35 public function getSelector(): NodeInterface
40 public function getSubSelector(): NodeInterface
DCombinedSelectorNode.php30 …public function __construct(NodeInterface $selector, string $combinator, NodeInterface $subSelecto…
37 public function getSelector(): NodeInterface
47 public function getSubSelector(): NodeInterface
DClassNode.php29 public function __construct(NodeInterface $selector, string $name)
35 public function getSelector(): NodeInterface
DHashNode.php29 public function __construct(NodeInterface $selector, string $id)
35 public function getSelector(): NodeInterface
DPseudoNode.php29 public function __construct(NodeInterface $selector, string $identifier)
35 public function getSelector(): NodeInterface
DSelectorNode.php29 public function __construct(NodeInterface $tree, string $pseudoElement = null)
35 public function getTree(): NodeInterface
DFunctionNode.php35 public function __construct(NodeInterface $selector, string $name, array $arguments = [])
42 public function getSelector(): NodeInterface
DAttributeNode.php32 …public function __construct(NodeInterface $selector, ?string $namespace, string $attribute, string…
41 public function getSelector(): NodeInterface
DNodeInterface.php24 interface NodeInterface interface
DAbstractNode.php24 abstract class AbstractNode implements NodeInterface
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php16 use Symfony\Component\CssSelector\Node\NodeInterface; alias
158 public function nodeToXPath(NodeInterface $node): XPathExpr
170 …public function addCombination(string $combiner, NodeInterface $xpath, NodeInterface $combinedXpat…
/plugin/prosemirror/parser/
DNodeInterface.php5 interface NodeInterface interface
DNode.php8 abstract class Node implements NodeInterface
/plugin/scrape/vendor/symfony/css-selector/Parser/
DParser.php289 …private function parseAttributeNode(Node\NodeInterface $selector, TokenStream $stream): Node\Attri…