Enum Class DocumentChecks

java.lang.Object
java.lang.Enum<DocumentChecks>
htmlcompiler.compilers.checks.DocumentChecks
All Implemented Interfaces:
Serializable, Comparable<DocumentChecks>, Constable

public enum DocumentChecks extends Enum<DocumentChecks>
  • Method Details

    • values

      public static DocumentChecks[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DocumentChecks valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • missingPrintingStylesheet

      public static void missingPrintingStylesheet(Logger log, Path file, org.jsoup.nodes.Document document)
    • hasSeoMetaTags

      public static void hasSeoMetaTags(Logger log, Path file, org.jsoup.nodes.Document document)
    • hasViewportMetaTag

      public static void hasViewportMetaTag(Logger log, Path file, org.jsoup.nodes.Document document)
    • hasTitleTag

      public static void hasTitleTag(Logger log, Path file, org.jsoup.nodes.Document document)