public static class SelectorImpl.ElementClassImpl extends Object implements Selector.ElementClass
| Modifier | Constructor and Description |
|---|---|
protected |
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,
ElementMatcher matcher,
MatchCondition cond) |
Selector.ElementClass |
setClassName(String className) |
String |
toString() |
protected ElementClassImpl(String className)
public void computeSpecificity(CombinedSelector.Specificity spec)
computeSpecificity in interface Selector.SelectorPartpublic boolean matches(Element e, ElementMatcher matcher, MatchCondition cond)
matches in interface Selector.SelectorPartpublic String getClassName()
getClassName in interface Selector.ElementClasspublic Selector.ElementClass setClassName(String className)
setClassName in interface Selector.ElementClassCopyright © 2019. All rights reserved.