Class PseudoClasses.EMPTY

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

public static class PseudoClasses.EMPTY extends PseudoClass
Represents an element that has no children at all.
  • Constructor Details

    • EMPTY

      public EMPTY()
  • 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