org.w3c.css.sac
public interface: SiblingSelector [javadoc |
source]
All Implemented Interfaces:
Selector
Also see:
- Selector#SAC_DIRECT_ADJACENT_SELECTOR
- version:
$
- Revision: 477010 $
- author:
Philippe
- Le Hegaret
Field Summary |
---|
public static final short | ANY_NODE | |
Method from org.w3c.css.sac.SiblingSelector Detail: |
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. |
public Selector getSelector()
Returns the first selector. |
public SimpleSelector getSiblingSelector()
|