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