| Package | Description |
|---|---|
| com.sun.javafx.css | |
| com.sun.javafx.css.parser |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SimpleSelector> |
CompoundSelector.selectors |
| Modifier and Type | Method and Description |
|---|---|
(package private) static SimpleSelector |
SimpleSelector.readBinary(int bssVersion,
java.io.DataInputStream is,
java.lang.String[] strings) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleSelector> |
CompoundSelector.getSelectors()
The selectors that make up this compound selector
|
| Constructor and Description |
|---|
CompoundSelector(java.util.List<SimpleSelector> selectors,
java.util.List<Combinator> relationships) |
| Modifier and Type | Method and Description |
|---|---|
private SimpleSelector |
CSSParser.simpleSelector(CSSLexer lexer) |