Expand description
CSS selector public API functions.
Functionsยง
- compile
- Compile CSS selector with options and root element.
- compile_
experimental - Experimental internal compilation (convert + general).
- compile_
token - Compile a CSS selector token.
- compile_
unsafe - Compile CSS selector without safety checks.
- is
- Check if the element matches the CSS selector.
- prepare_
context - Prepare selection context.
- select_
all - Select all elements matching the CSS selector.
- select_
one - Select the first element matching the CSS selector.