Class DescendantSelector

All Implemented Interfaces:
Serializable, Locatable, Selector

public class DescendantSelector extends AbstractSelector

DescendantSelector class.

Author:
Ronald Brill
See Also:
  • Constructor Details

    • DescendantSelector

      public DescendantSelector(Selector ancestorSelector, SimpleSelector simpleSelector)
      Ctor.
      Parameters:
      ancestorSelector - the ancestor selector
      simpleSelector - the simple selector
  • Method Details

    • getSelectorType

      public Selector.SelectorType getSelectorType()

      getSelectorType.

      Returns:
      the associated selector type
    • getAncestorSelector

      public Selector getAncestorSelector()

      getAncestorSelector.

      Returns:
      the anchestor selector
    • getSimpleSelector

      public SimpleSelector getSimpleSelector()

      getSimpleSelector.

      Returns:
      the simple selector part
    • toString

      public String toString()
      Overrides:
      toString in class Object