Zend Framework
1.12
|
Static Public Member Functions | |
static | transform ($path) |
Transform CSS expression to XPath. | |
Static Protected Member Functions | |
static | _tokenize ($expression) |
Tokenize CSS expressions to XPath. | |
static | _createEqualityExpression ($matches) |
Callback for creating equality expressions. | |
static | _normalizeSpaceAttribute ($matches) |
Callback for creating expressions to match one or more attribute values. | |
static | _createContainsExpression ($matches) |
Callback for creating a strict "contains" expression. | |
|
staticprotected |
Callback for creating a strict "contains" expression.
array | $matches |
|
staticprotected |
Callback for creating equality expressions.
array | $matches |
|
staticprotected |
Callback for creating expressions to match one or more attribute values.
array | $matches |
|
staticprotected |
Tokenize CSS expressions to XPath.
string | $expression |
ZF-9764 – remove double asterix
|
static |
Transform CSS expression to XPath.
string | $path |