com.steadystate.css.parser
Class LocatableImpl
java.lang.Object
com.steadystate.css.parser.LocatableImpl
- All Implemented Interfaces:
- Locatable
- Direct Known Subclasses:
- AndConditionImpl, AttributeConditionImpl, BeginHyphenAttributeConditionImpl, CharacterDataSelectorImpl, ChildSelectorImpl, ClassConditionImpl, ConditionalSelectorImpl, DescendantSelectorImpl, DirectAdjacentSelectorImpl, ElementSelectorImpl, GeneralAdjacentSelectorImpl, IdConditionImpl, LangConditionImpl, LexicalUnitImpl, OneOfAttributeConditionImpl, PrefixAttributeConditionImpl, PseudoClassConditionImpl, PseudoElementSelectorImpl, SACMediaListImpl, SelectorListImpl, SubstringAttributeConditionImpl, SuffixAttributeConditionImpl
public class LocatableImpl
- extends Object
- implements Locatable
Implementation of Locatable
- Author:
- Johannes Koch
|
Method Summary |
org.w3c.css.sac.Locator |
getLocator()
|
void |
setLocator(org.w3c.css.sac.Locator locator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatableImpl
public LocatableImpl()
getLocator
public org.w3c.css.sac.Locator getLocator()
- Specified by:
getLocator in interface Locatable
setLocator
public void setLocator(org.w3c.css.sac.Locator locator)
- Specified by:
setLocator in interface Locatable
Copyright © 2013. All rights reserved.