jodd.lagarto.csselly
Class Selector

java.lang.Object
  extended by jodd.lagarto.csselly.Selector
Direct Known Subclasses:
AttributeSelector, PseudoClassSelector, PseudoFunctionSelector

public abstract class Selector
extends java.lang.Object

Inner selector of CssSelector.


Nested Class Summary
static class Selector.Type
          Selector types.
 
Field Summary
protected  Selector.Type type
           
 
Constructor Summary
protected Selector(Selector.Type type)
           
 
Method Summary
 Selector.Type getType()
          Returns selector type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.



Copyright © 2003-2012 Jodd Team