public static class SelectorImpl.ElementClassImpl extends Object implements Selector.ElementClass
| Modifier | Constructor and Description |
|---|---|
protected |
SelectorImpl.ElementClassImpl(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeSpecificity(CombinedSelector.Specificity spec) |
boolean |
equals(Object obj) |
String |
getClassName() |
int |
hashCode() |
boolean |
matches(Element e,
MatchCondition cond) |
Selector.ElementClass |
setClassName(String className) |
String |
toString() |
protected SelectorImpl.ElementClassImpl(String className)
public void computeSpecificity(CombinedSelector.Specificity spec)
computeSpecificity in interface Selector.SelectorPartpublic boolean matches(Element e, MatchCondition cond)
matches in interface Selector.SelectorPartpublic String getClassName()
getClassName in interface Selector.ElementClasspublic Selector.ElementClass setClassName(String className)
setClassName in interface Selector.ElementClassCopyright © 2014. All rights reserved.