Class PseudoClasses.ROOT

  • Enclosing interface:
    PseudoClasses

    public static class PseudoClasses.ROOT
    extends PseudoClass
    Represents an element that is the root of the document. In HTML 4, this is always the HTML element.
    • Constructor Summary

      Constructors 
      Constructor Description
      ROOT()  
    • Constructor Detail

      • ROOT

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