org.w3c.css.sac

Interface SiblingSelector

public interface SiblingSelector extends Selector

Version: $Revision: 1.3 $

Author: Philippe Le Hegaret

See Also: SAC_DIRECT_ADJACENT_SELECTOR

Field Summary
static shortANY_NODE
Method Summary
shortgetNodeType()
The node type to considered in the siblings list.
SelectorgetSelector()
Returns the first selector.
SimpleSelectorgetSiblingSelector()

Field Detail

ANY_NODE

public static final short ANY_NODE

Method Detail

getNodeType

public short getNodeType()
The node type to considered in the siblings list. All DOM node types are supported. In order to support the "any" node type, the code ANY_NODE is added to the DOM node types.

getSelector

public Selector getSelector()
Returns the first selector.

getSiblingSelector

public SimpleSelector getSiblingSelector()