Home
last modified time | relevance | path

Searched refs:XPathExpr (Results 1 – 8 of 8) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DHtmlExtension.php17 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
66 public function translateChecked(XPathExpr $xpath): XPathExpr
75 public function translateLink(XPathExpr $xpath): XPathExpr
80 public function translateDisabled(XPathExpr $xpath): XPathExpr
106 public function translateEnabled(XPathExpr $xpath): XPathExpr
142 public function translateLang(XPathExpr $xpath, FunctionNode $function): XPathExpr
160 public function translateSelected(XPathExpr $xpath): XPathExpr
165 public function translateInvalid(XPathExpr $xpath): XPathExpr
170 public function translateHover(XPathExpr $xpath): XPathExpr
175 public function translateVisited(XPathExpr $xpath): XPathExpr
DPseudoClassExtension.php15 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
46 public function translateRoot(XPathExpr $xpath): XPathExpr
51 public function translateFirstChild(XPathExpr $xpath): XPathExpr
59 public function translateLastChild(XPathExpr $xpath): XPathExpr
70 public function translateFirstOfType(XPathExpr $xpath): XPathExpr
84 public function translateLastOfType(XPathExpr $xpath): XPathExpr
95 public function translateOnlyChild(XPathExpr $xpath): XPathExpr
103 public function translateOnlyOfType(XPathExpr $xpath): XPathExpr
110 public function translateEmpty(XPathExpr $xpath): XPathExpr
DCombinationExtension.php14 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
41 public function translateDescendant(XPathExpr $xpath, XPathExpr $combinedXpath): XPathExpr
46 public function translateChild(XPathExpr $xpath, XPathExpr $combinedXpath): XPathExpr
51 public function translateDirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath): XPathExpr
59 public function translateIndirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath): XPathExpr
DAttributeMatchingExtension.php15 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
46 public function translateExists(XPathExpr $xpath, string $attribute, ?string $value): XPathExpr
51 public function translateEquals(XPathExpr $xpath, string $attribute, ?string $value): XPathExpr
56 … public function translateIncludes(XPathExpr $xpath, string $attribute, ?string $value): XPathExpr
65 … public function translateDashMatch(XPathExpr $xpath, string $attribute, ?string $value): XPathExpr
75 …public function translatePrefixMatch(XPathExpr $xpath, string $attribute, ?string $value): XPathEx…
84 …public function translateSuffixMatch(XPathExpr $xpath, string $attribute, ?string $value): XPathEx…
94 …public function translateSubstringMatch(XPathExpr $xpath, string $attribute, ?string $value): XPat…
103 … public function translateDifferent(XPathExpr $xpath, string $attribute, ?string $value): XPathExpr
DFunctionExtension.php19 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
51 …function translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bool $add…
106 public function translateNthLastChild(XPathExpr $xpath, FunctionNode $function): XPathExpr
111 public function translateNthOfType(XPathExpr $xpath, FunctionNode $function): XPathExpr
119 public function translateNthLastOfType(XPathExpr $xpath, FunctionNode $function): XPathExpr
131 public function translateContains(XPathExpr $xpath, FunctionNode $function): XPathExpr
149 public function translateLang(XPathExpr $xpath, FunctionNode $function): XPathExpr
DNodeExtension.php16 use Symfony\Component\CssSelector\XPath\XPathExpr; alias
80 public function translateSelector(Node\SelectorNode $node, Translator $translator): XPathExpr
85 …ction translateCombinedSelector(Node\CombinedSelectorNode $node, Translator $translator): XPathExpr
90 public function translateNegation(Node\NegationNode $node, Translator $translator): XPathExpr
103 public function translateFunction(Node\FunctionNode $node, Translator $translator): XPathExpr
110 public function translatePseudo(Node\PseudoNode $node, Translator $translator): XPathExpr
117 public function translateAttribute(Node\AttributeNode $node, Translator $translator): XPathExpr
142 public function translateClass(Node\ClassNode $node, Translator $translator): XPathExpr
149 public function translateHash(Node\HashNode $node, Translator $translator): XPathExpr
156 public function translateElement(Node\ElementNode $node): XPathExpr
[all …]
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php158 public function nodeToXPath(NodeInterface $node): XPathExpr
170 …ion addCombination(string $combiner, NodeInterface $xpath, NodeInterface $combinedXpath): XPathExpr
182 public function addFunction(XPathExpr $xpath, FunctionNode $function): XPathExpr
194 public function addPseudoClass(XPathExpr $xpath, string $pseudoClass): XPathExpr
206 …ublic function addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, ?string…
DXPathExpr.php24 class XPathExpr class