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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locator_
-
-
Constructor Details
-
AbstractLocatable
public AbstractLocatable()
-
-
Method Details
-
getLocator
- Specified by:
getLocatorin interfaceLocatable- Returns:
- the locator
-
setLocator
Description copied from interface:LocatableSet the locator.- Specified by:
setLocatorin interfaceLocatable- Parameters:
locator- the new locator
-