Home » xml-commons-external-1.4.01-src » org.w3c.css.sac » [javadoc | source]
org.w3c.css.sac
public interface: SiblingSelector [javadoc | source]

All Implemented Interfaces:
    Selector

Field Summary
public static final  short ANY_NODE     
Method from org.w3c.css.sac.SiblingSelector Summary:
getNodeType,   getSelector,   getSiblingSelector
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()