Package jodd.csselly
Class Selector
- java.lang.Object
-
- jodd.csselly.Selector
-
- Direct Known Subclasses:
AttributeSelector,PseudoClassSelector,PseudoFunctionSelector
public abstract class Selector extends java.lang.ObjectInner selector ofCssSelector.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelector.TypeSelector types.
-
Field Summary
Fields Modifier and Type Field Description protected Selector.Typetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedSelector(Selector.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selector.TypegetType()Returns selector type.
-
-
-
Field Detail
-
type
protected final Selector.Type type
-
-
Constructor Detail
-
Selector
protected Selector(Selector.Type type)
-
-
Method Detail
-
getType
public Selector.Type getType()
Returns selector type.
-
-