Class PseudoClasses.PARENT

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

public static class PseudoClasses.PARENT extends PseudoClass
Select all elements that are the parent of another element, including text nodes. This is the inverse of :empty.
  • Constructor Details

    • PARENT

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