Class 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 Summary

      Constructors 
      Constructor Description
      PARENT()  
    • Constructor Detail

      • PARENT

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