| 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 |
|---|---|
CombinedSelector |
RuleFactory.createCombinedSelector()
Creates CSS combined selector, collection of (simple) selectors
|
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 CombinedSelector[] |
RuleSetImpl.selectors |
| Modifier and Type | Method and Description |
|---|---|
CombinedSelector |
RuleFactoryImpl.createCombinedSelector() |
CombinedSelector[] |
RuleSetImpl.getSelectors() |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSetImpl.setSelectors(List<CombinedSelector> selectors) |
| Constructor and Description |
|---|
RuleSetImpl(CombinedSelector[] selectors) |
| Modifier and Type | Method and Description |
|---|---|
CombinedSelector |
CSSParserVisitorImpl.visitCombined_selector(CSSParser.Combined_selectorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<MediaQuery> media) |
RuleBlock<?> |
Preparator.prepareRuleSet(List<CombinedSelector> cslist,
List<Declaration> dlist,
boolean wrap,
List<MediaQuery> media)
Creates base block of rules.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
AnalyzerUtil.matchSelector(CombinedSelector sel,
Element e,
ElementMatcher matcher,
MatchCondition matchCond) |
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 © 2018. All rights reserved.