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)
No description
string
getElement()
No description
addCondition(string $condition)
No description
string
getCondition()
No description
addNameTest()
No description
addStarPrefix()
No description
string
__toString()
No description