Package org.htmlunit.cssparser.parser
Class AbstractLocatable
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
- All Implemented Interfaces:
Locatable
- Direct Known Subclasses:
AbstractCSSRuleImpl,AbstractSelector,AttributeCondition,ClassCondition,CSSValueImpl,HasPseudoClassCondition,IdCondition,IsPseudoClassCondition,LangCondition,LexicalUnitImpl,MediaListImpl,MediaQuery,MediaQueryList,NotPseudoClassCondition,Property,PseudoClassCondition,SelectorListImpl,WherePseudoClassCondition
Abstract base class of all locatables.
- Author:
- Ronald Brill
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractLocatable
public AbstractLocatable()
-
-
Method Details
-
getLocator
getLocator.
- Specified by:
getLocatorin interfaceLocatable- Returns:
- the locator
-
setLocator
Set the locator.- Specified by:
setLocatorin interfaceLocatable- Parameters:
locator- the new locator
-