| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleFactory.createSet(RuleBlock.Priority priority)
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(RuleBlock.Priority priority) |
RuleSet |
RuleSetImpl.setSelectors(List<CombinedSelector> selectors) |
| Constructor and Description |
|---|
RuleSetImpl(RuleSet rs)
Shallow copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareRuleMedia(RuleBlock.Priority mark,
List<RuleSet> rules,
List<String> media) |
RuleBlock<?> |
Preparator.prepareRuleMedia(RuleBlock.Priority mark,
List<RuleSet> rules,
List<String> media)
Creates RuleMedia, block of rules with assigned medias.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleSet> |
Analyzer.Holder.get(Analyzer.HolderItem item,
String key)
Returns list of rules (ruleset) for given holder and key
|
| Modifier and Type | Method and Description |
|---|---|
void |
Analyzer.Holder.insert(Analyzer.HolderItem item,
String key,
RuleSet value)
Inserts Ruleset into group identified by HolderType, and optionally
by key value
|
Copyright © 2014. All rights reserved.