public abstract class Selector
extends java.lang.Object
CssSelector
.Modifier and Type | Class and Description |
---|---|
static class |
Selector.Type
Selector types.
|
Modifier and Type | Field and Description |
---|---|
protected Selector.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
Selector(Selector.Type type) |
Modifier and Type | Method and Description |
---|---|
Selector.Type |
getType()
Returns selector type.
|
protected final Selector.Type type
protected Selector(Selector.Type type)
public Selector.Type getType()
Copyright © 2003-present Jodd Team