Interface PageSelector


public interface PageSelector
A page selector like :first.
  • Method Details

    • getSelectorType

      PageSelector.Type getSelectorType()
      The type of PageSelector.
      Returns:
      the type of page selector.
    • getName

      String getName()
      Get the name of the page type or pseudo-page.
      Returns:
      the name of the page type or pseudo-page.
    • getNext

      PageSelector getNext()
      Get the next pseudo-page, if any.
      Returns:
      the next pseudo-page, or null if none.
    • getCssText

      String getCssText()
      Get a text representation of this page selector.
      Returns:
      a text representation of this page selector.