Interface Selector
- All Superinterfaces:
Locatable
- All Known Subinterfaces:
SimpleSelector
- All Known Implementing Classes:
AbstractSelector
,ChildSelector
,DescendantSelector
,DirectAdjacentSelector
,ElementSelector
,GeneralAdjacentSelector
,PseudoElementSelector
- Author:
- Ronald Brill
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectorSpecificity.getSelectorType.getSimpleSelector.Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
Method Details
-
getSelectorType
Selector.SelectorType getSelectorType()getSelectorType.
- Returns:
- the associated selector type
-
getSimpleSelector
SimpleSelector getSimpleSelector()getSimpleSelector.
- Returns:
- the simple selector part
-
getSelectorSpecificity
SelectorSpecificity getSelectorSpecificity()getSelectorSpecificity.
- Returns:
- the selector specificity
-