public interface CombinedSelector extends Rule<Selector>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CombinedSelector.Specificity
Specificity of given selector
|
| Modifier and Type | Method and Description |
|---|---|
CombinedSelector.Specificity |
computeSpecificity()
Computes specificity according to the CSS rules
|
Selector |
getLastSelector()
Gets last Selector stored in list,
so its values are easily read
|
Selector.PseudoDeclaration |
getPseudoElement()
Reads the pseudo element of the last simple selector as defined in the CSS specs
|
asList, replaceAll, unlockSelector getLastSelector() throws UnsupportedOperationException
OperationNotSupportedException - In case that there is no simple selector insideUnsupportedOperationExceptionSelector.PseudoDeclaration getPseudoElement()
CombinedSelector.Specificity computeSpecificity()
Copyright © 2014. All rights reserved.