Class AbstractSelector
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.selector.AbstractSelector
- All Implemented Interfaces:
Serializable, Locatable, Selector
- Direct Known Subclasses:
ChildSelector, DescendantSelector, DirectAdjacentSelector, ElementSelector, GeneralAdjacentSelector, PseudoElementSelector
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Selector
Selector.SelectorType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLocatable
getLocator, setLocatorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Locatable
getLocator, setLocatorMethods inherited from interface Selector
getSelectorType, getSimpleSelector
-
Field Details
-
specificity_
-
-
Constructor Details
-
AbstractSelector
public AbstractSelector()
-
-
Method Details
-
getSelectorSpecificity
- Specified by:
getSelectorSpecificityin interfaceSelector- Returns:
- the selector specificity
-