| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr |
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactory.createPseudoPage(String pseudo,
String functionName)
Creates CSS selector part, pseudo page
|
Selector.PseudoPage |
Selector.PseudoPage.setFunctionName(String functionName) |
Selector.PseudoPage |
Selector.PseudoPage.setValue(String value) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectorImpl.PseudoPageImpl
Wrap of CSS pseudo class or pseudo class with function
|
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
RuleFactoryImpl.createPseudoPage(String pseudo,
String functionName) |
Selector.PseudoPage |
SelectorImpl.PseudoPageImpl.setFunctionName(String functionName) |
Selector.PseudoPage |
SelectorImpl.PseudoPageImpl.setValue(String value)
Sets value of pseudo.
|
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoPage |
CSSTreeParser.pseudo() |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.PseudoPage> pseudos) |
RuleBlock<?> |
Preparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.PseudoPage> pseudos)
Creates block of rules as result of parsing in-line declaration.
|
Copyright © 2014. All rights reserved.