class XPathExpr
XPath expression translator interface.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
Methods
__construct(string $path = '', string $element = '*', string $condition = '', bool $starPrefix = false) | ||
string | getElement() | |
XPathExpr | addCondition($condition) | |
string | getCondition() | |
XPathExpr | addNameTest() | |
XPathExpr | addStarPrefix() | |
XPathExpr | join(string $combiner, XPathExpr $expr) Joins another XPathExpr with a combiner. | |
string | __toString() |
Please login to continue.