Class HtmlTags


  • public class HtmlTags
    extends java.lang.Object
    A class that contains all the possible tagnames and their attributes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String ALIGN
      attribute of paragraph/image/table tag
      (package private) static java.lang.String ALT
      attribute of the image tag
      (package private) static java.lang.String ANCHOR
      the anchor tag
      (package private) static java.lang.String B
      some phrase tag
      (package private) static java.lang.String BACKGROUNDCOLOR
      attribute of the table/cell tag
      (package private) static java.lang.String BORDERCOLOR
      attribute of the table/cell tag
      (package private) static java.lang.String BORDERWIDTH
      attribute of the table/cell tag
      (package private) static java.lang.String CELL
      the cell tag
      (package private) static java.lang.String CELLPADDING
      attribute of the table tag
      (package private) static java.lang.String CELLSPACING
      attribute of the table tag
      (package private) static java.lang.String CHUNK
      the chunk tag
      (package private) static java.lang.String CODE
      the phrase tag
      (package private) static java.lang.String COLOR
      attribute of the chunk/table/cell tag
      (package private) static java.lang.String COLSPAN
      attribute of the cell tag
      (package private) static java.lang.String COLUMNS
      attribute of the table tag
      (package private) static java.lang.String DIV
      The DIV tag.
      (package private) static java.lang.String EM
      some phrase tag
      (package private) static java.lang.String FONT
      attribute of the chunk tag
      (package private) static java.lang.String[] H
      attribute of anchor tag
      (package private) static java.lang.String HEADERCELL
      attribute of the cell tag
      (package private) static java.lang.String HORIZONTALALIGN
      attribute of the cell tag
      (package private) static java.lang.String HORIZONTALRULE
      the possible value of a tag
      (package private) static java.lang.String HTML
      the root tag.
      (package private) static java.lang.String I
      some phrase tag
      (package private) static java.lang.String IMAGE
      the image tag
      (package private) static java.lang.String LISTITEM
      the listitem tag
      (package private) static java.lang.String NAME
      attribute of anchor tag
      (package private) static java.lang.String NEWLINE
      the newpage tag
      (package private) static java.lang.String NOWRAP
      attribute of the cell tag
      (package private) static java.lang.String ORDEREDLIST
      the list tag
      (package private) static java.lang.String PARAGRAPH
      the paragraph tag
      (package private) static java.lang.String PLAINHEIGHT
      attribute of the image tag
      (package private) static java.lang.String PLAINWIDTH
      attribute of the image tag
      static java.lang.String PRE
      This is a possible HTML attribute for auto-formated
      (package private) static java.lang.String REFERENCE
      attribute of anchor tag
      (package private) static java.lang.String ROW
      the cell tag
      (package private) static java.lang.String ROWSPAN
      attribute of the cell tag
      (package private) static java.lang.String S
      some phrase tag
      (package private) static java.lang.String SIZE
      attribute of the chunk tag
      (package private) static java.lang.String SPAN
      The SPAN tag.
      (package private) static java.lang.String STRONG
      some phrase tag
      (package private) static java.lang.String SUB
      some phrase tag
      (package private) static java.lang.String SUP
      some phrase tag
      (package private) static java.lang.String TABLE
      the table tag
      (package private) static java.lang.String U
      some phrase tag
      (package private) static java.lang.String UNORDEREDLIST
      the list tag
      (package private) static java.lang.String VAR
      the phrase tag
      (package private) static java.lang.String VERTICALALIGN
      attribute of the cell tag
      (package private) static java.lang.String WIDTH
      attribute of the table/cell tag
    • Constructor Summary

      Constructors 
      Constructor Description
      HtmlTags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait