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
,IdCondition
,LangCondition
,LexicalUnitImpl
,MediaListImpl
,MediaQuery
,MediaQueryList
,NotPseudoClassCondition
,Property
,PseudoClassCondition
,SelectorListImpl
Abstract base class of all locatables.
- Author:
- Ronald Brill
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractLocatable
public AbstractLocatable()
-
-
Method Details
-
getLocator
getLocator.
- Specified by:
getLocator
in interfaceLocatable
- Returns:
- the locator
-
setLocator
Set the locator.- Specified by:
setLocator
in interfaceLocatable
- Parameters:
locator
- the new locator
-