Class PseudoClasses.LAST_OF_TYPE

  • Enclosing interface:
    PseudoClasses

    public static class PseudoClasses.LAST_OF_TYPE
    extends PseudoClass
    Same as :nth-last-of-type(1). Represents an element that is the last sibling of its type in the list of children of its parent element.
    • Constructor Summary

      Constructors 
      Constructor Description
      LAST_OF_TYPE()  
    • Constructor Detail

      • LAST_OF_TYPE

        public LAST_OF_TYPE()
    • Method Detail

      • 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