Package org.htmlunit.cssparser.parser
Interface Locatable
- All Known Subinterfaces:
Condition
,Selector
,SimpleSelector
- All Known Implementing Classes:
AbstractCSSRuleImpl
,AbstractLocatable
,AbstractSelector
,AttributeCondition
,BeginHyphenAttributeCondition
,ChildSelector
,ClassCondition
,CSSCharsetRuleImpl
,CSSFontFaceRuleImpl
,CSSImportRuleImpl
,CSSMediaRuleImpl
,CSSPageRuleImpl
,CSSStyleRuleImpl
,CSSUnknownRuleImpl
,CSSValueImpl
,DescendantSelector
,DirectAdjacentSelector
,ElementSelector
,GeneralAdjacentSelector
,IdCondition
,LangCondition
,LexicalUnitImpl
,MediaListImpl
,MediaQuery
,MediaQueryList
,NotPseudoClassCondition
,OneOfAttributeCondition
,PrefixAttributeCondition
,Property
,PseudoClassCondition
,PseudoElementSelector
,SelectorListImpl
,SubstringAttributeCondition
,SuffixAttributeCondition
public interface Locatable
Locatable interface.
- Author:
- Ronald Brill
-
Method Summary
-
Method Details
-
getLocator
Locator getLocator()getLocator.
- Returns:
- the locator
-
setLocator
Set the locator.- Parameters:
locator
- the new locator
-