public static class SelectorImpl.ElementDOMImpl extends Object implements Selector.ElementDOM
| Modifier | Constructor and Description |
|---|---|
protected |
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,
ElementMatcher matcher,
MatchCondition cond) |
Selector.ElementDOM |
setElement(Element e) |
protected 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, ElementMatcher matcher, MatchCondition cond)
matches in interface Selector.SelectorPartCopyright © 2019. All rights reserved.