public static class SelectorImpl.ElementIDImpl extends Object implements Selector.ElementID
| Modifier | Constructor and Description |
|---|---|
protected |
SelectorImpl.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,
MatchCondition cond) |
Selector.ElementID |
setID(String id) |
String |
toString() |
protected SelectorImpl.ElementIDImpl(String value)
public void computeSpecificity(CombinedSelector.Specificity spec)
computeSpecificity in interface Selector.SelectorPartpublic boolean matches(Element e, MatchCondition cond)
matches in interface Selector.SelectorPartpublic Selector.ElementID setID(String id)
setID in interface Selector.ElementIDpublic String getID()
getID in interface Selector.ElementIDCopyright © 2014. All rights reserved.