| Package | Description |
|---|---|
| com.gargoylesoftware.css.parser.selector |
Package com.gargoylesoftware.css.parser.selector.
|
| Modifier and Type | Field and Description |
|---|---|
static SelectorSpecificity |
SelectorSpecificity.DEFAULT_STYLE_ATTRIBUTE
The specificity for browser defaults.
|
static SelectorSpecificity |
SelectorSpecificity.DEFAULT_STYLE_ATTRIBUTE
The specificity for browser defaults.
|
static SelectorSpecificity |
SelectorSpecificity.FROM_STYLE_ATTRIBUTE
The specificity for declarations made in the style attributes of an element.
|
static SelectorSpecificity |
SelectorSpecificity.FROM_STYLE_ATTRIBUTE
The specificity for declarations made in the style attributes of an element.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorSpecificity |
AbstractSelector.getSelectorSpecificity() |
SelectorSpecificity |
Selector.getSelectorSpecificity() |
SelectorSpecificity |
Selector.getSelectorSpecificity() |
SelectorSpecificity |
AbstractSelector.getSelectorSpecificity() |
| Modifier and Type | Method and Description |
|---|---|
int |
SelectorSpecificity.compareTo(SelectorSpecificity other) |
int |
SelectorSpecificity.compareTo(SelectorSpecificity other) |
Copyright © 2023. All rights reserved.