XPathExpr
XPath expression translator interface.
Description Description
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
Source Source
File: vendor/symfony/css-selector/XPath/XPathExpr.php
Methods Methods
- __construct
- __toString
- addCondition
- addNameTest
- addStarPrefix
- getCondition
- getElement
- join — Joins another XPathExpr with a combiner.