| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
static Selector.PseudoClassType |
Selector.PseudoClassType.forName(String name) |
Selector.PseudoClassType |
Selector.PseudoClass.getType() |
static Selector.PseudoClassType |
Selector.PseudoClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.PseudoClassType[] |
Selector.PseudoClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Selector.hasPseudoClass(Selector.PseudoClassType pct)
Checks where the specified pseudo-class is in this selector
|
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoClassType |
SelectorImpl.PseudoClassImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchConditionOnElements.addMatch(Element e,
Selector.PseudoClassType pseudoClass)
Assigns a pseudo class to the given element.
|
void |
MatchConditionOnElements.addMatch(String name,
Selector.PseudoClassType pseudoClass)
Assigns a pseudo class to the given element name.
|
boolean |
SelectorImpl.hasPseudoClass(Selector.PseudoClassType pct) |
void |
MatchConditionOnElements.removeMatch(Element e,
Selector.PseudoClassType pseudoClass)
Removes the pseudo class from the given element.
|
void |
MatchConditionOnElements.removeMatch(String name,
Selector.PseudoClassType pseudoClass)
Removes the pseudo class from the given element name.
|
void |
MatchConditionImpl.setPseudoClass(Selector.PseudoClassType pseudoClass)
Sets the pseudo class that is matched to links.
|
| Constructor and Description |
|---|
MatchConditionImpl(Selector.PseudoClassType pseudoClass)
Creates the default condition that matches the given pseudo class to links.
|
MatchConditionOnElements(Element e,
Selector.PseudoClassType pseudoClass)
Creates the condition and assigns a pseudo class to a given element.
|
MatchConditionOnElements(String name,
Selector.PseudoClassType pseudoClass)
Creates the condition and assigns a pseudo class to a given element name.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnalyzerUtil.hasPseudoSelector(Analyzer.OrderedRule[] rules,
Element e,
MatchCondition matchCond,
Selector.PseudoClassType pd) |
static boolean |
AnalyzerUtil.hasPseudoSelectorForAncestor(Analyzer.OrderedRule[] rules,
Element e,
Element targetAncestor,
ElementMatcher matcher,
MatchCondition matchCond,
Selector.PseudoClassType pd) |
Copyright © 2019. All rights reserved.