BiFace_Server_Lite/vendor/symfony/css-selector
2020-03-27 10:13:51 +07:00
..
Exception init 2020-03-27 10:13:51 +07:00
Node init 2020-03-27 10:13:51 +07:00
Parser init 2020-03-27 10:13:51 +07:00
Tests init 2020-03-27 10:13:51 +07:00
XPath init 2020-03-27 10:13:51 +07:00
.gitignore init 2020-03-27 10:13:51 +07:00
CHANGELOG.md init 2020-03-27 10:13:51 +07:00
composer.json init 2020-03-27 10:13:51 +07:00
CssSelectorConverter.php init 2020-03-27 10:13:51 +07:00
LICENSE init 2020-03-27 10:13:51 +07:00
phpunit.xml.dist init 2020-03-27 10:13:51 +07:00
README.md init 2020-03-27 10:13:51 +07:00

CssSelector Component

The CssSelector component converts CSS selectors to XPath expressions.

Resources

Credits

This component is a port of the Python cssselect library v0.7.1, which is distributed under the BSD license.