com.steadystate.css.parser
Interface Locatable

All Known Implementing Classes:
AndConditionImpl, AttributeConditionImpl, BeginHyphenAttributeConditionImpl, CharacterDataSelectorImpl, ChildSelectorImpl, ClassConditionImpl, ConditionalSelectorImpl, DescendantSelectorImpl, DirectAdjacentSelectorImpl, ElementSelectorImpl, GeneralAdjacentSelectorImpl, IdConditionImpl, LangConditionImpl, LexicalUnitImpl, LocatableImpl, OneOfAttributeConditionImpl, PrefixAttributeConditionImpl, PseudoClassConditionImpl, PseudoElementSelectorImpl, SACMediaListImpl, SelectorListImpl, SubstringAttributeConditionImpl, SuffixAttributeConditionImpl

public interface Locatable

An object that provides a SAC locator

Author:
Johannes Koch

Method Summary
 org.w3c.css.sac.Locator getLocator()
           
 void setLocator(org.w3c.css.sac.Locator locator)
           
 

Method Detail

getLocator

org.w3c.css.sac.Locator getLocator()

setLocator

void setLocator(org.w3c.css.sac.Locator locator)


Copyright © 2013. All rights reserved.