Class AbstractSelector
- java.lang.Object
-
- org.htmlunit.cssparser.parser.AbstractLocatable
-
- org.htmlunit.cssparser.parser.selector.AbstractSelector
-
- Direct Known Subclasses:
ChildSelector
,DescendantSelector
,DirectAdjacentSelector
,ElementSelector
,GeneralAdjacentSelector
,PseudoElementSelector
public abstract class AbstractSelector extends AbstractLocatable implements Selector, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.htmlunit.cssparser.parser.selector.Selector
Selector.SelectorType
-
-
Field Summary
Fields Modifier and Type Field Description private SelectorSpecificity
specificity_
-
Constructor Summary
Constructors Constructor Description AbstractSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectorSpecificity
getSelectorSpecificity()
-
Methods inherited from class org.htmlunit.cssparser.parser.AbstractLocatable
getLocator, setLocator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.htmlunit.cssparser.parser.Locatable
getLocator, setLocator
-
Methods inherited from interface org.htmlunit.cssparser.parser.selector.Selector
getSelectorType, getSimpleSelector
-
-
-
-
Field Detail
-
specificity_
private SelectorSpecificity specificity_
-
-
Method Detail
-
getSelectorSpecificity
public SelectorSpecificity getSelectorSpecificity()
- Specified by:
getSelectorSpecificity
in interfaceSelector
- Returns:
- the selector specificity
-
-