Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Transform CSS selectors to XPath

_createContainsExpression(
array $matches
)
:
string
Callback for creating a strict "contains" expression
Name | Type | Description |
---|---|---|
$matches | array |
Type | Description |
---|---|
string |

_createEqualityExpression(
array $matches
)
:
string
Callback for creating equality expressions
Name | Type | Description |
---|---|---|
$matches | array |
Type | Description |
---|---|
string |

_normalizeSpaceAttribute(
array $matches
)
:
string
Callback for creating expressions to match one or more attribute values
Name | Type | Description |
---|---|---|
$matches | array |
Type | Description |
---|---|
string |

_tokenize(
string $expression
)
:
string
Tokenize CSS expressions to XPath
Name | Type | Description |
---|---|---|
$expression | string |
Type | Description |
---|---|
string |