| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactory.createPseudoPage(String name)
Creates CSS selector part, page at-rule pseudo-class
|
Selector.PseudoPage |
RulePage.getPseudo()
Gets pseudo-class of the page
|
| Modifier and Type | Method and Description |
|---|---|
RulePage |
RulePage.setPseudo(Selector.PseudoPage pseudo)
Sets pseudo-class of the page
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectorImpl.PseudoPageImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Selector.PseudoPage |
RulePageImpl.pseudo |
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactoryImpl.createPseudoPage(String name) |
Selector.PseudoPage |
RulePageImpl.getPseudo()
Gets pseudo-class of the page
|
| Modifier and Type | Method and Description |
|---|---|
RulePage |
RulePageImpl.setPseudo(Selector.PseudoPage pseudo)
Sets pseudo-class of the page
|
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
Selector.PseudoPage pseudo) |
RuleBlock<?> |
Preparator.prepareRulePage(List<Declaration> declarations,
List<RuleMargin> marginRules,
String name,
Selector.PseudoPage pseudo)
Creates RulePage, block of rules associated with specific page
|
Copyright © 2019. All rights reserved.