public abstract class Selector
extends java.lang.Object
Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
static int |
addSpecificity(int s1,
int s2) |
abstract ElementMatcher |
getElementMatcher() |
abstract int |
getSpecificity() |
abstract void |
serialize(java.io.PrintWriter out) |
public static int addSpecificity(int s1, int s2)
public abstract ElementMatcher getElementMatcher()
public abstract int getSpecificity()
public abstract void serialize(java.io.PrintWriter out)