Class HTML


  • public final class HTML
    extends java.lang.Object
    Contains Strings of all used HTML tags and attributes.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HTML.Attribute
      Attributes used in HTML tags.
      static class  HTML.Category
      Collections that combine different tags.
      static class  HTML.Tag
      All Tags used in HTML.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HTML()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTML

        private HTML()