canyin-project/ybcy/vendor/symfony/css-selector
2024-11-01 16:07:54 +08:00
..
Exception init 2024-11-01 16:07:54 +08:00
Node init 2024-11-01 16:07:54 +08:00
Parser init 2024-11-01 16:07:54 +08:00
Tests init 2024-11-01 16:07:54 +08:00
XPath init 2024-11-01 16:07:54 +08:00
.gitignore init 2024-11-01 16:07:54 +08:00
CHANGELOG.md init 2024-11-01 16:07:54 +08:00
composer.json init 2024-11-01 16:07:54 +08:00
CssSelectorConverter.php init 2024-11-01 16:07:54 +08:00
LICENSE init 2024-11-01 16:07:54 +08:00
phpunit.xml.dist init 2024-11-01 16:07:54 +08:00
README.md init 2024-11-01 16:07:54 +08: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.