public class CSSelly
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jodd.csselly.CSSellyLexer |
lexer |
| Constructor and Description |
|---|
CSSelly(java.nio.CharBuffer input) |
CSSelly(java.lang.CharSequence charSequence) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CssSelector> |
parse()
Parses selector string.
|
static java.lang.String |
toString(java.util.List<CssSelector> selectors)
Returns string representation of given list of selectors.
|
public CSSelly(java.lang.CharSequence charSequence)
public CSSelly(java.nio.CharBuffer input)
public java.util.List<CssSelector> parse()
null if no selector can be parsed.public static java.lang.String toString(java.util.List<CssSelector> selectors)
Copyright © 2003-2013 Jodd Team