XPathExpr

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()
$this addCondition($condition)
string getCondition()
$this addNameTest()
$this addStarPrefix() 登录查看完整内容