public interface MatchCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(Element e,
Selector.SelectorPart selpart)
Checks whether the condition is satisfied for the given element and selector part.
|
boolean isSatisfied(Element e, Selector.SelectorPart selpart)
e - The element to be tested.selpart - The selector part.true when the condition is satisfiedCopyright © 2014. All rights reserved.