| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.csskit.antlr4 |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Selector.ElementAttribute
Element attribute
|
static interface |
Selector.ElementClass
Element class
|
static interface |
Selector.ElementDOM |
static interface |
Selector.ElementID
Element id
|
static interface |
Selector.ElementName
Element name
|
static interface |
Selector.PseudoClass |
static interface |
Selector.PseudoElement |
static interface |
Selector.PseudoPage |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatchCondition.isSatisfied(Element e,
Selector.SelectorPart selpart)
Checks whether the condition is satisfied for the given element and selector part.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectorImpl.ElementAttributeImpl
Attribute holder
|
static class |
SelectorImpl.ElementClassImpl
Element class
|
static class |
SelectorImpl.ElementDOMImpl |
static class |
SelectorImpl.ElementIDImpl
Element ID
|
static class |
SelectorImpl.ElementNameImpl
Element name
|
static class |
SelectorImpl.PseudoClassImpl |
static class |
SelectorImpl.PseudoElementImpl |
static class |
SelectorImpl.PseudoPageImpl |
| Modifier and Type | Method and Description |
|---|---|
Selector.SelectorPart |
SelectorImpl.set(int index,
Selector.SelectorPart element) |
| Modifier and Type | Method and Description |
|---|---|
Rule<Selector.SelectorPart> |
SelectorImpl.replaceAll(List<Selector.SelectorPart> replacement) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorImpl.add(int index,
Selector.SelectorPart element) |
boolean |
SelectorImpl.add(Selector.SelectorPart o) |
boolean |
MatchConditionOnElements.isSatisfied(Element e,
Selector.SelectorPart selpart) |
boolean |
MatchConditionImpl.isSatisfied(Element e,
Selector.SelectorPart selpart) |
Selector.SelectorPart |
SelectorImpl.set(int index,
Selector.SelectorPart element) |
| Modifier and Type | Method and Description |
|---|---|
Rule<Selector.SelectorPart> |
SelectorImpl.replaceAll(List<Selector.SelectorPart> replacement) |
| Modifier and Type | Method and Description |
|---|---|
Selector.SelectorPart |
CSSParserVisitorImpl.visitPseudo(CSSParser.PseudoContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
RuleBlock<?> |
SimplePreparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.SelectorPart> pseudos) |
RuleBlock<?> |
Preparator.prepareInlineRuleSet(List<Declaration> dlist,
List<Selector.SelectorPart> pseudos)
Creates block of rules as result of parsing in-line declaration.
|
Copyright © 2019. All rights reserved.