| Package | Description |
|---|---|
| org.htmlunit.cssparser.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| org.htmlunit.cssparser.parser.selector |
Package org.htmlunit.cssparser.parser.selector.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
CSSStyleSheetImpl.SelectorEntry.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addClassSelector(ElementSelector elementSelector,
String className,
Selector s,
CSSStyleRuleImpl styleRule)
Add a ClassSelector.
|
void |
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addElementSelector(ElementSelector elementSelector,
Selector s,
CSSStyleRuleImpl styleRule)
Add an ElementSelector.
|
void |
CSSStyleSheetImpl.CSSStyleSheetRuleIndex.addOtherSelector(Selector s,
CSSStyleRuleImpl styleRule)
Add a OtherSelector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleSelector
This interface is only for constraints on selectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelector
Abstract AbstractSelector class.
|
class |
ChildSelector |
class |
DescendantSelector
DescendantSelector class.
|
class |
DirectAdjacentSelector
DirectAdjacentSelector class.
|
class |
ElementSelector
ElementSelector class.
|
class |
GeneralAdjacentSelector
GeneralAdjacentSelector class.
|
class |
PseudoElementSelector
PseudoElementSelector class.
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
SelectorListImpl.get(int index) |
Selector |
DescendantSelector.getAncestorSelector()
getAncestorSelector.
|
Selector |
ChildSelector.getAncestorSelector() |
Selector |
GeneralAdjacentSelector.getSelector()
getSelector.
|
Selector |
DirectAdjacentSelector.getSelector()
getSelector.
|
Selector |
SelectorListImpl.remove(int index) |
Selector |
SelectorListImpl.set(int index,
Selector element) |
| Modifier and Type | Method and Description |
|---|---|
List<Selector> |
SelectorListImpl.getSelectors()
getSelectors.
|
Iterator<Selector> |
SelectorListImpl.iterator() |
ListIterator<Selector> |
SelectorListImpl.listIterator() |
ListIterator<Selector> |
SelectorListImpl.listIterator(int index) |
List<Selector> |
SelectorListImpl.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorListImpl.add(int index,
Selector element) |
boolean |
SelectorListImpl.add(Selector e) |
Selector |
SelectorListImpl.set(int index,
Selector element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectorListImpl.addAll(Collection<? extends Selector> c) |
boolean |
SelectorListImpl.addAll(int index,
Collection<? extends Selector> c) |
| Constructor and Description |
|---|
ChildSelector(Selector ancestorSelector,
SimpleSelector simpleSelector)
Ctor.
|
DescendantSelector(Selector ancestorSelector,
SimpleSelector simpleSelector)
Ctor.
|
DirectAdjacentSelector(Selector child,
SimpleSelector simpleSelector)
Ctor.
|
GeneralAdjacentSelector(Selector child,
SimpleSelector simpleSelector)
Ctor.
|
SelectorSpecificity(Selector selector)
Ctor.
|
Copyright © 2025 HtmlUnit. All rights reserved.