Download the PHP package codealfa/css2xpath without Composer
On this page you can find all versions of the php package codealfa/css2xpath. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package css2xpath
CSS to XPath Converter
Installation
Run the following command to use the library in your projects.
Basic Usage
Output:
Notes
- The Selector classes are extendable if you need to add or change functionality. You'll just need to create your own
SelectorFactoryor extend the existing one to inject into theCss2XpathConverterclass. - Some CSS pseudo-selectors only make sense in the context of a web browser, so only the following pseudo-selectors are
implemented. All others are ignored:
- :enabled
- :disabled
- :read-only
- :read-write
- :checked
- :required
- :root
- :empty
- :first-child
- :last-child
- :only-child
- :first-of-type
- :last-of-type
- :only-of-type
- :not
- :has
License
GPL-3.0 or later
All versions of css2xpath with dependencies
PHP Build Version
Package Version
The package codealfa/css2xpath contains the following files
Loading the files please wait ...