Interface SiblingSelector

All Superinterfaces:
Selector

public interface SiblingSelector extends Selector
Version:
$Revision: 477010 $
Author:
Philippe Le Hegaret
See Also:
  • Field Details

  • Method Details

    • getNodeType

      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

      Selector getSelector()
      Returns the first selector.
    • getSiblingSelector

      SimpleSelector getSiblingSelector()