This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/symfony/css-selector
2016-04-20 09:56:49 -07:00
..
Exception Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
Node Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
Parser Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
XPath Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
.gitignore Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
CHANGELOG.md Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
composer.json Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
CssSelector.php Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
CssSelectorConverter.php Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
LICENSE Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00
phpunit.xml.dist Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
README.md Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -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.