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

    Modifier and Type
    Method
    Description
    getLocator.
    void
    Set the locator.
  • Method Details

    • getLocator

      Locator getLocator()

      getLocator.

      Returns:
      the locator
    • setLocator

      void setLocator(Locator locator)
      Set the locator.
      Parameters:
      locator - the new locator