java.lang.Object
org.joox.selector.Scanner
A selectors scanner as defined by
Selectors Level 3 specification.
This implementation uses the Ragel State Machine Compiler.
Use the following command to generate the Java code for the scanner:
ragel -J Scanner.java.rl -o ../java/se/fishtank/css/selectors/scanner/Scanner.java
- Author:
- Christer Sandberg
-
Constructor Summary
ConstructorsConstructorDescriptionScanner(CharSequence input) Create a new scanner instance with the specifiedinput. -
Method Summary
-
Constructor Details
-
Scanner
Create a new scanner instance with the specifiedinput.
-
-
Method Details
-
scan
Scan theinput.- Returns:
- A list of selector groups that contain a list of
Selectors scanned. - Throws:
org.joox.selector.ScannerException- If the input is invalid.
-