public static class SelectorImpl.ElementNameImpl extends Object implements Selector.ElementName
WILDCARD| Modifier | Constructor and Description |
|---|---|
protected |
ElementNameImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeSpecificity(CombinedSelector.Specificity spec) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
boolean |
matches(Element e,
ElementMatcher matcher,
MatchCondition cond) |
Selector.ElementName |
setName(String name) |
String |
toString() |
protected ElementNameImpl(String name)
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 getName()
getName in interface Selector.ElementNamepublic Selector.ElementName setName(String name)
setName in interface Selector.ElementNameCopyright © 2018. All rights reserved.