public static class SelectorImpl.ElementIDImpl extends Object implements Selector.ElementID
| Modifier | Constructor and Description |
|---|---|
protected |
ElementIDImpl(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeSpecificity(CombinedSelector.Specificity spec) |
boolean |
equals(Object obj) |
String |
getID() |
int |
hashCode() |
boolean |
matches(Element e,
ElementMatcher matcher,
MatchCondition cond) |
Selector.ElementID |
setID(String id) |
String |
toString() |
protected ElementIDImpl(String value)
public void computeSpecificity(CombinedSelector.Specificity spec)
computeSpecificity in interface Selector.SelectorPartpublic boolean matches(Element e, ElementMatcher matcher, MatchCondition cond)
matches in interface Selector.SelectorPartpublic Selector.ElementID setID(String id)
setID in interface Selector.ElementIDpublic String getID()
getID in interface Selector.ElementIDCopyright © 2019. All rights reserved.