public class CSSSilblingSelector extends AbstractSelector
Constructor and Description |
---|
CSSSilblingSelector(short nodeType,
Selector selector,
SimpleSelector silblingSelector) |
Modifier and Type | Method and Description |
---|---|
protected SelectorWeight |
createWeight() |
short |
getNodeType()
The node type to considered in the siblings list.
|
Selector |
getSelector()
Returns the first selector.
|
short |
getSelectorType()
An integer indicating the type of
Selector |
SimpleSelector |
getSiblingSelector() |
getWeight
public CSSSilblingSelector(short nodeType, Selector selector, SimpleSelector silblingSelector)
public short getNodeType()
public Selector getSelector()
public SimpleSelector getSiblingSelector()
public short getSelectorType()
Selector
protected SelectorWeight createWeight()
createWeight
in class AbstractSelector