Class PseudoClasses.LAST_CHILD

java.lang.Object
jodd.csselly.selector.PseudoClass
jodd.csselly.selector.PseudoClasses.LAST_CHILD
Enclosing interface:
PseudoClasses

public static class PseudoClasses.LAST_CHILD extends PseudoClass
Same as :nth-last-child(1). Represents an element that is the last child of some other element.
  • Constructor Details

    • LAST_CHILD

      public LAST_CHILD()
  • Method Details

    • match

      public boolean match(Node node)
      Description copied from class: PseudoClass
      Returns true if node matches the pseudo-class.
      Specified by:
      match in class PseudoClass