XPath\XPathExpr (Component\CssSelector)
Symfony\Component\CssSelector\XPath\XPathExpr
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 $condition) | |
登录查看完整内容
|