| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
static Selector.PseudoElementType |
Selector.PseudoElementType.forName(String name) |
Selector.PseudoElementType |
Selector.getPseudoElementType()
Reads the pseudo-element of the selector
|
Selector.PseudoElementType |
CombinedSelector.getPseudoElementType()
Reads the pseudo element of the last simple selector as defined in the CSS specs
|
Selector.PseudoElementType |
Selector.PseudoElement.getType() |
static Selector.PseudoElementType |
Selector.PseudoElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.PseudoElementType[] |
Selector.PseudoElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Selector.PseudoElementType |
SelectorImpl.pseudoElementType |
| Modifier and Type | Method and Description |
|---|---|
Selector.PseudoElementType |
CombinedSelectorImpl.getPseudoElementType() |
Selector.PseudoElementType |
SelectorImpl.getPseudoElementType() |
Selector.PseudoElementType |
SelectorImpl.PseudoElementImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarationMap.addDeclaration(Element el,
Selector.PseudoElementType pseudo,
Declaration decl)
Adds a declaration for a specified list.
|
static NodeData |
AnalyzerUtil.getElementStyle(Element el,
Selector.PseudoElementType pseudo,
ElementMatcher matcher,
MatchCondition matchCond,
Analyzer.OrderedRule[] applicableRules) |
NodeData |
DirectAnalyzer.getElementStyle(Element el,
Selector.PseudoElementType pseudo,
MediaSpec media)
Computes the style of an element with an eventual pseudo element for the given media.
|
NodeData |
DirectAnalyzer.getElementStyle(Element el,
Selector.PseudoElementType pseudo,
String media)
Computes the style of an element with an eventual pseudo element for the given media.
|
void |
DeclarationMap.sortDeclarations(Element el,
Selector.PseudoElementType pseudo)
Sorts the given list according to the rule specificity.
|
Copyright © 2019. All rights reserved.