| 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 |
|---|---|
RuleSet |
RuleFactory.createSet()
Creates CSS rule set, that is collection of CSS declarations
with collection of CSS combined selectors.
|
RuleSet |
RuleSet.setSelectors(List<CombinedSelector> selectors)
Sets selectors for this CSS declarations
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSetImpl
Basic holder of declarations with CSS selectors
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleFactoryImpl.createSet() |
RuleSet |
RuleSetImpl.setSelectors(List<CombinedSelector> selectors) |
| Constructor and Description |
|---|
RuleSetImpl(RuleSet rs)
Shallow copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareRuleMedia(List<RuleSet> rules,
List<MediaQuery> media) |
RuleBlock<?> |
Preparator.prepareRuleMedia(List<RuleSet> rules,
List<MediaQuery> media)
Creates RuleMedia, block of rules with assigned medias.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
Analyzer.OrderedRule.getRule() |
| Modifier and Type | Method and Description |
|---|---|
static Analyzer.OrderedRule[] |
AnalyzerUtil.getApplicableRules(Element e,
Analyzer.Holder holder,
RuleSet[] elementRuleSets) |
| Constructor and Description |
|---|
OrderedRule(RuleSet rule,
int order) |
Copyright © 2019. All rights reserved.