public static class SelectorImpl.PseudoPageImpl extends Object implements Selector.PseudoPage
| Modifier | Constructor and Description |
|---|---|
protected |
PseudoPageImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeSpecificity(CombinedSelector.Specificity spec) |
boolean |
equals(Object obj) |
String |
getName() |
Selector.PseudoPageType |
getType() |
int |
hashCode() |
boolean |
matches(Element e,
ElementMatcher matcher,
MatchCondition cond) |
String |
toString() |
protected PseudoPageImpl(String name)
public String getName()
getName in interface Selector.PseudoPagepublic Selector.PseudoPageType getType()
getType in interface Selector.PseudoPagepublic 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.