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
      static java.lang.String ALIGN
      attribute of paragraph/image/table tag
      static java.lang.String ALIGN_BASELINE
      the possible value of an alignment attribute
      static java.lang.String ALIGN_BOTTOM
      the possible value of an alignment attribute
      static java.lang.String ALIGN_CENTER
      the possible value of an alignment attribute
      static java.lang.String ALIGN_JUSTIFIED
      the possible value of an alignment attribute
      static java.lang.String ALIGN_LEFT
      the possible value of an alignment attribute
      static java.lang.String ALIGN_MIDDLE
      the possible value of an alignment attribute
      static java.lang.String ALIGN_RIGHT
      the possible value of an alignment attribute
      static java.lang.String ALIGN_TOP
      the possible value of an alignment attribute
      static java.lang.String ALT
      attribute of the image tag
      static java.lang.String ANCHOR
      the anchor tag
      static java.lang.String AUTHOR
      attribute of the root tag
      static java.lang.String B
      some phrase tag
      static java.lang.String BACKGROUNDCOLOR
      attribute of the table/cell tag
      static java.lang.String BODY
      the body tag.
      static java.lang.String BORDERCOLOR
      attribute of the table/cell tag
      static java.lang.String BORDERWIDTH
      attribute of the table/cell tag
      static java.lang.String BOTTOM
      attribute of the table/cell tag
      static java.lang.String BOTTOMMARGIN
      This is a possible HTML attribute for the BODY tag.
      static java.lang.String CELL
      the cell tag
      static java.lang.String CELLPADDING
      attribute of the table tag
      static java.lang.String CELLSPACING
      attribute of the table tag
      static java.lang.String CHUNK
      the chunk tag
      static java.lang.String CODE
      the phrase tag
      static java.lang.String COLOR
      attribute of the chunk/table/cell tag
      static java.lang.String COLSPAN
      attribute of the cell tag
      static java.lang.String COLUMNS
      attribute of the table tag
      static java.lang.String CONTENT
      This is a possible HTML attribute for the HEAD tag.
      static java.lang.String DEFAULT
      the possible value of an alignment attribute
      static java.lang.String DIV
      The DIV tag.
      static java.lang.String EM
      some phrase tag
      static java.lang.String FONT
      attribute of the chunk tag
      static java.lang.String[] H
      attribute of anchor tag
      static java.lang.String HEAD
      the head tag
      static java.lang.String HEADERCELL
      attribute of the cell tag
      static java.lang.String HORIZONTALALIGN
      attribute of the cell tag
      static java.lang.String HORIZONTALRULE
      the possible value of a tag
      static java.lang.String HTML
      the root tag.
      static java.lang.String I
      some phrase tag
      static java.lang.String IMAGE
      the image tag
      static java.lang.String JAVASCRIPT
      This is a possible value for the LANGUAGE attribute.
      static java.lang.String JAVASCRIPT_ONLOAD
      This is a possible HTML attribute for the BODY tag
      static java.lang.String JAVASCRIPT_ONUNLOAD
      This is a possible HTML attribute for the BODY tag
      static java.lang.String KEYWORDS
      attribute of the root tag
      static java.lang.String LANGUAGE
      This is a possible HTML attribute for the SCRIPT tag.
      static java.lang.String LEFT
      attribute of chapter/section/paragraph/table/cell tag
      static java.lang.String LEFTMARGIN
      This is a possible HTML attribute for the BODY tag.
      static java.lang.String LINK
      The LINK tag.
      static java.lang.String LISTITEM
      the listitem tag
      static java.lang.String META
      the meta tag
      static java.lang.String NAME
      attribute of anchor tag
      static java.lang.String NEWLINE
      the newpage tag
      static java.lang.String NOWRAP
      attribute of the cell tag
      static java.lang.String ORDEREDLIST
      the list tag
      static java.lang.String PARAGRAPH
      the paragraph tag
      static java.lang.String PLAINHEIGHT
      attribute of the image tag
      static java.lang.String PLAINWIDTH
      attribute of the image tag
      static java.lang.String PRE
      This is a possible HTML attribute for auto-formated
      static java.lang.String REFERENCE
      attribute of anchor tag
      static java.lang.String REL
      This is a possible HTML attribute for the LINK tag.
      static java.lang.String RIGHT
      attribute of chapter/section/paragraph/table/cell tag
      static java.lang.String RIGHTMARGIN
      This is a possible HTML attribute for the BODY tag.
      static java.lang.String ROW
      the cell tag
      static java.lang.String ROWSPAN
      attribute of the cell tag
      static java.lang.String S
      some phrase tag
      static java.lang.String SCRIPT
      the script tag.
      static java.lang.String SIZE
      attribute of the chunk tag
      static java.lang.String SPAN
      The SPAN tag.
      static java.lang.String STRONG
      some phrase tag
      static java.lang.String STYLE
      This is used for inline css style information
      static java.lang.String STYLESHEET
      This is a possible HTML attribute.
      static java.lang.String SUB
      some phrase tag
      static java.lang.String SUBJECT
      attribute of the root tag
      static java.lang.String SUP
      some phrase tag
      static java.lang.String TABLE
      the table tag
      static java.lang.String TEXT_CSS
      This is a possible HTML attribute for the LINK tag.
      static java.lang.String TITLE
      the title tag.
      static java.lang.String TOP
      attribute of the table/cell tag
      static java.lang.String TOPMARGIN
      This is a possible HTML attribute for the BODY tag.
      static java.lang.String TYPE
      This is a possible HTML attribute for the LINK tag.
      static java.lang.String U
      some phrase tag
      static java.lang.String UNORDEREDLIST
      the list tag
      static java.lang.String URL
      attribute of the image tag
      static java.lang.String VAR
      the phrase tag
      static java.lang.String VERTICALALIGN
      attribute of the cell tag
      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
    • Field Detail

      • CONTENT

        public static final java.lang.String CONTENT
        This is a possible HTML attribute for the HEAD tag.
        See Also:
        Constant Field Values
      • SUBJECT

        public static final java.lang.String SUBJECT
        attribute of the root tag
        See Also:
        Constant Field Values
      • KEYWORDS

        public static final java.lang.String KEYWORDS
        attribute of the root tag
        See Also:
        Constant Field Values
      • AUTHOR

        public static final java.lang.String AUTHOR
        attribute of the root tag
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        This is a possible HTML attribute for the SCRIPT tag.
        See Also:
        Constant Field Values
      • JAVASCRIPT

        public static final java.lang.String JAVASCRIPT
        This is a possible value for the LANGUAGE attribute.
        See Also:
        Constant Field Values
      • JAVASCRIPT_ONLOAD

        public static final java.lang.String JAVASCRIPT_ONLOAD
        This is a possible HTML attribute for the BODY tag
        See Also:
        Constant Field Values
      • JAVASCRIPT_ONUNLOAD

        public static final java.lang.String JAVASCRIPT_ONUNLOAD
        This is a possible HTML attribute for the BODY tag
        See Also:
        Constant Field Values
      • TOPMARGIN

        public static final java.lang.String TOPMARGIN
        This is a possible HTML attribute for the BODY tag.
        See Also:
        Constant Field Values
      • BOTTOMMARGIN

        public static final java.lang.String BOTTOMMARGIN
        This is a possible HTML attribute for the BODY tag.
        See Also:
        Constant Field Values
      • LEFTMARGIN

        public static final java.lang.String LEFTMARGIN
        This is a possible HTML attribute for the BODY tag.
        See Also:
        Constant Field Values
      • RIGHTMARGIN

        public static final java.lang.String RIGHTMARGIN
        This is a possible HTML attribute for the BODY tag.
        See Also:
        Constant Field Values
      • ORDEREDLIST

        public static final java.lang.String ORDEREDLIST
        the list tag
        See Also:
        Constant Field Values
      • UNORDEREDLIST

        public static final java.lang.String UNORDEREDLIST
        the list tag
        See Also:
        Constant Field Values
      • LISTITEM

        public static final java.lang.String LISTITEM
        the listitem tag
        See Also:
        Constant Field Values
      • PARAGRAPH

        public static final java.lang.String PARAGRAPH
        the paragraph tag
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        attribute of anchor tag
        See Also:
        Constant Field Values
      • REFERENCE

        public static final java.lang.String REFERENCE
        attribute of anchor tag
        See Also:
        Constant Field Values
      • H

        public static final java.lang.String[] H
        attribute of anchor tag
      • FONT

        public static final java.lang.String FONT
        attribute of the chunk tag
        See Also:
        Constant Field Values
      • SIZE

        public static final java.lang.String SIZE
        attribute of the chunk tag
        See Also:
        Constant Field Values
      • COLOR

        public static final java.lang.String COLOR
        attribute of the chunk/table/cell tag
        See Also:
        Constant Field Values
      • HORIZONTALRULE

        public static final java.lang.String HORIZONTALRULE
        the possible value of a tag
        See Also:
        Constant Field Values
      • HEADERCELL

        public static final java.lang.String HEADERCELL
        attribute of the cell tag
        See Also:
        Constant Field Values
      • COLUMNS

        public static final java.lang.String COLUMNS
        attribute of the table tag
        See Also:
        Constant Field Values
      • CELLPADDING

        public static final java.lang.String CELLPADDING
        attribute of the table tag
        See Also:
        Constant Field Values
      • CELLSPACING

        public static final java.lang.String CELLSPACING
        attribute of the table tag
        See Also:
        Constant Field Values
      • COLSPAN

        public static final java.lang.String COLSPAN
        attribute of the cell tag
        See Also:
        Constant Field Values
      • ROWSPAN

        public static final java.lang.String ROWSPAN
        attribute of the cell tag
        See Also:
        Constant Field Values
      • NOWRAP

        public static final java.lang.String NOWRAP
        attribute of the cell tag
        See Also:
        Constant Field Values
      • BORDERWIDTH

        public static final java.lang.String BORDERWIDTH
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • WIDTH

        public static final java.lang.String WIDTH
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • BACKGROUNDCOLOR

        public static final java.lang.String BACKGROUNDCOLOR
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • BORDERCOLOR

        public static final java.lang.String BORDERCOLOR
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • ALIGN

        public static final java.lang.String ALIGN
        attribute of paragraph/image/table tag
        See Also:
        Constant Field Values
      • LEFT

        public static final java.lang.String LEFT
        attribute of chapter/section/paragraph/table/cell tag
        See Also:
        Constant Field Values
      • RIGHT

        public static final java.lang.String RIGHT
        attribute of chapter/section/paragraph/table/cell tag
        See Also:
        Constant Field Values
      • HORIZONTALALIGN

        public static final java.lang.String HORIZONTALALIGN
        attribute of the cell tag
        See Also:
        Constant Field Values
      • VERTICALALIGN

        public static final java.lang.String VERTICALALIGN
        attribute of the cell tag
        See Also:
        Constant Field Values
      • TOP

        public static final java.lang.String TOP
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • BOTTOM

        public static final java.lang.String BOTTOM
        attribute of the table/cell tag
        See Also:
        Constant Field Values
      • ALT

        public static final java.lang.String ALT
        attribute of the image tag
        See Also:
        Constant Field Values
      • PLAINWIDTH

        public static final java.lang.String PLAINWIDTH
        attribute of the image tag
        See Also:
        Constant Field Values
      • PLAINHEIGHT

        public static final java.lang.String PLAINHEIGHT
        attribute of the image tag
        See Also:
        Constant Field Values
      • ALIGN_LEFT

        public static final java.lang.String ALIGN_LEFT
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_CENTER

        public static final java.lang.String ALIGN_CENTER
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_RIGHT

        public static final java.lang.String ALIGN_RIGHT
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_JUSTIFIED

        public static final java.lang.String ALIGN_JUSTIFIED
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_TOP

        public static final java.lang.String ALIGN_TOP
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_MIDDLE

        public static final java.lang.String ALIGN_MIDDLE
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_BOTTOM

        public static final java.lang.String ALIGN_BOTTOM
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • ALIGN_BASELINE

        public static final java.lang.String ALIGN_BASELINE
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • DEFAULT

        public static final java.lang.String DEFAULT
        the possible value of an alignment attribute
        See Also:
        Constant Field Values
      • TEXT_CSS

        public static final java.lang.String TEXT_CSS
        This is a possible HTML attribute for the LINK tag.
        See Also:
        Constant Field Values
      • REL

        public static final java.lang.String REL
        This is a possible HTML attribute for the LINK tag.
        See Also:
        Constant Field Values
      • STYLE

        public static final java.lang.String STYLE
        This is used for inline css style information
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        This is a possible HTML attribute for the LINK tag.
        See Also:
        Constant Field Values
      • STYLESHEET

        public static final java.lang.String STYLESHEET
        This is a possible HTML attribute.
        See Also:
        Constant Field Values
      • PRE

        public static final java.lang.String PRE
        This is a possible HTML attribute for auto-formated
        Since:
        2.1.3
        See Also:
        Constant Field Values
    • Constructor Detail

      • HtmlTags

        public HtmlTags()