Class ChildSelector

    • Constructor Detail

      • ChildSelector

        public ChildSelector​(Selector ancestorSelector,
                             SimpleSelector simpleSelector)
        Ctor.
        Parameters:
        ancestorSelector - the ancestor selector
        simpleSelector - the simple selector
    • Method Detail

      • getSelectorType

        public Selector.SelectorType getSelectorType()
        Description copied from interface: Selector

        getSelectorType.

        Returns:
        the associated selector type
      • getAncestorSelector

        public Selector getAncestorSelector()
        Returns:
        the ancestor selector
      • getSimpleSelector

        public SimpleSelector getSimpleSelector()
        Description copied from interface: Selector

        getSimpleSelector.

        Returns:
        the simple selector part