public static class SelectorImpl.ElementDOMImpl extends Object implements Selector.ElementDOM
| Modifier | Constructor and Description |
|---|---|
protected |
SelectorImpl.ElementDOMImpl(Element e,
boolean inlinePriority) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeSpecificity(CombinedSelector.Specificity spec) |
boolean |
equals(Object obj) |
Element |
getElement() |
int |
hashCode() |
boolean |
matches(Element e,
MatchCondition cond) |
Selector.ElementDOM |
setElement(Element e) |
protected SelectorImpl.ElementDOMImpl(Element e, boolean inlinePriority)
public Element getElement()
getElement in interface Selector.ElementDOMpublic Selector.ElementDOM setElement(Element e)
setElement in interface Selector.ElementDOMpublic void computeSpecificity(CombinedSelector.Specificity spec)
computeSpecificity in interface Selector.SelectorPartpublic boolean matches(Element e, MatchCondition cond)
matches in interface Selector.SelectorPartCopyright © 2014. All rights reserved.