| 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 |
|---|---|
CombinedSelector |
RuleFactory.createCombinedSelector()
Creates CSS combined selector, collection of (simple) selectors
|
| Modifier and Type | Method and Description |
|---|---|
List<CombinedSelector> |
RuleSet.getSelectors()
Gets selectors of given declaration
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSet.setSelectors(List<CombinedSelector> selectors)
Sets selectors for this CSS declarations
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedSelectorImpl
CSS CombinedSelector with implementation of specificity
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CombinedSelector> |
RuleSetImpl.selectors |
| Modifier and Type | Method and Description |
|---|---|
CombinedSelector |
RuleFactoryImpl.createCombinedSelector() |
| Modifier and Type | Method and Description |
|---|---|
List<CombinedSelector> |
RuleSetImpl.getSelectors() |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSetImpl.setSelectors(List<CombinedSelector> selectors) |
| Modifier and Type | Method and Description |
|---|---|
CombinedSelector |
CSSTreeParser.combined_selector() |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<String> media) |
RuleBlock<?> |
Preparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<String> media)
Creates base block of rules.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DirectAnalyzer.matchSelector(CombinedSelector sel,
Element e) |
protected boolean |
Analyzer.matchSelector(CombinedSelector sel,
Element e,
org.w3c.dom.traversal.TreeWalker w) |
| Constructor and Description |
|---|
AssignedDeclaration(Declaration d,
CombinedSelector s,
StyleSheet.Origin origin)
Creates assigned declaration from selector and shallow copy of declaration
|
Copyright © 2014. All rights reserved.