See: Description
| Interface | Description |
|---|---|
| Selector | |
| SelectorList |
The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
|
| SimpleSelector |
This interface is only for constraints on selectors.
|
| Class | Description |
|---|---|
| AbstractSelector |
Abstract AbstractSelector class.
|
| ChildSelector | |
| DescendantSelector |
DescendantSelector class.
|
| DirectAdjacentSelector |
DirectAdjacentSelector class.
|
| ElementSelector |
ElementSelector class.
|
| GeneralAdjacentSelector |
GeneralAdjacentSelector class.
|
| PseudoElementSelector |
PseudoElementSelector class.
|
| SelectorListImpl |
Implementation of SelectorList.
|
| SelectorSpecificity |
Calculates a selector's specificity.
|
| Enum | Description |
|---|---|
| Selector.SelectorType |
SelectorType enum.
|
Copyright © 2025 HtmlUnit. All rights reserved.