| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
Selector |
RuleFactory.createSelector()
Creates CSS selector
|
Selector |
CombinedSelector.getLastSelector()
Gets last Selector stored in list,
so its values are easily read
|
Selector |
Selector.setCombinator(Selector.Combinator combinator)
Sets combinator
|
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactory.createPseudoPage(Selector selector,
String functionName)
Creates CSS pseudo selector containing another selector as argument
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorImpl
Encapsulates one selector for CSS declaration.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
RuleFactoryImpl.createSelector() |
Selector |
CombinedSelectorImpl.getLastSelector() |
Selector |
SelectorImpl.PseudoPageImpl.getSelector() |
Selector |
SelectorImpl.setCombinator(Selector.Combinator combinator) |
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactoryImpl.createPseudoPage(Selector selector,
String functionName) |
void |
SelectorImpl.PseudoPageImpl.setSelector(Selector selector) |
| Constructor and Description |
|---|
PseudoPageImpl(Selector selector,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
Selector |
CSSParserVisitorImpl.visitSelector(CSSParser.SelectorContext ctx)
selector
: (IDENT | ASTERISK) selpart* S*
| selpart+ S*
;
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Analyzer.elementSelectorMatches(Selector s,
Element e) |
Copyright © 2018. All rights reserved.