com.ge.research.html
Class TagPropertyConstants

java.lang.Object
  extended bycom.ge.research.html.TagPropertyConstants

public class TagPropertyConstants
extends java.lang.Object

Constants values representing HTML Tag names and property values. The convience methods provide membership information, in the form of identifying membership within a set given a testcase.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:34 $
Author:
garbiras

Field Summary
static java.lang.String ADDRESS_TAG
           
static java.lang.String ALIGN_ABSBOTTOM
           
static java.lang.String ALIGN_ABSMIDDLE
           
static java.lang.String ALIGN_BASELINE
           
static java.lang.String ALIGN_BOTTOM
           
static java.lang.String ALIGN_CENTER
           
static java.lang.String ALIGN_CHAR
           
static java.lang.String ALIGN_JUSTIFY
           
static java.lang.String ALIGN_LEFT
           
static java.lang.String ALIGN_MIDDLE
           
static java.lang.String ALIGN_RIGHT
           
static java.lang.String ALIGN_TEXTTOP
           
static java.lang.String ALIGN_TOP
           
static java.lang.String ANCHOR_TAG
           
static java.lang.String ANCHOR_TARGET_NEW
           
static java.lang.String ANCHOR_TARGET_PARENT
           
static java.lang.String ANCHOR_TARGET_SELF
           
static java.lang.String ANCHOR_TARGET_TOP
           
static java.lang.String APPLET_TAG
           
static java.lang.String AUTO
           
static java.lang.String BIG_TAG
           
static java.lang.String BLINK_TAG
           
static java.lang.String BOLD_TAG
           
static java.lang.String CAPTION_TAG
           
static java.lang.String CENTER_TAG
           
static java.lang.String CITE_TAG
           
static java.lang.String CODE_TAG
           
static java.lang.String COMMENT_TAG
           
static java.lang.String DEFINITION_TAG
           
static java.lang.String DIV_TAG
           
static java.lang.String EMPHASIS_TAG
           
static java.lang.String FONT_TAG
           
static java.lang.String FRAME_ABOVE
           
static java.lang.String FRAME_BELOW
           
static java.lang.String FRAME_BORDER
           
static java.lang.String FRAME_BOX
           
static java.lang.String FRAME_HSIDES
           
static java.lang.String FRAME_LHS
           
static java.lang.String FRAME_RHS
           
static java.lang.String FRAME_VOID
           
static java.lang.String FRAME_VSIDES
           
static java.lang.String HEADER1_TAG
           
static java.lang.String HEADER2_TAG
           
static java.lang.String HEADER3_TAG
           
static java.lang.String HEADER4_TAG
           
static java.lang.String HEADER5_TAG
           
static java.lang.String HEADER6_TAG
           
static java.lang.String IFRAME_TAG
           
static java.lang.String IMAGE_TAG
           
static java.lang.String IMPORT_TYPE_CSS
           
static java.lang.String IMPORT_TYPE_HTML
           
static java.lang.String IMPORT_TYPE_JS
           
static java.lang.String IMPORT_TYPE_TEXT
           
static java.lang.String INPUT_TAG
           
static java.lang.String INPUT_TYPE_BUTTON
           
static java.lang.String INPUT_TYPE_CHECKBOX
           
static java.lang.String INPUT_TYPE_FILE
           
static java.lang.String INPUT_TYPE_HIDDEN
           
static java.lang.String INPUT_TYPE_IMAGE
           
static java.lang.String INPUT_TYPE_PASSWORD
           
static java.lang.String INPUT_TYPE_RADIO
           
static java.lang.String INPUT_TYPE_RESET
           
static java.lang.String INPUT_TYPE_SUBMIT
           
static java.lang.String INPUT_TYPE_TEXT
           
static java.lang.String ITALIC_TAG
           
static java.lang.String KEYIN_TAG
           
static java.lang.String NO
           
static java.lang.String NOBREAK_TAG
           
static java.lang.String NOEMBED_TAG
           
static java.lang.String NOFRAMES_TAG
           
static java.lang.String NOSCRIPT_TAG
           
static java.lang.String OPTION_TAG
           
static java.lang.String PARA_TAG
           
static java.lang.String PARAM_TAG
           
static java.lang.String RULES_ALL
           
static java.lang.String RULES_BASIC
           
static java.lang.String RULES_COLS
           
static java.lang.String RULES_GROUPS
           
static java.lang.String RULES_NONE
           
static java.lang.String RULES_ROWS
           
static java.lang.String SAMPLEOUT_TAG
           
static java.lang.String SCRIPT_TAG
           
static java.lang.String SELECT_TAG
           
static java.lang.String SMALL_TAG
           
static java.lang.String SPAN_TAG
           
static java.lang.String STRIKETHROUGH_TAG
           
static java.lang.String STRONG_TAG
           
static java.lang.String SUBSCRIPT_TAG
           
static java.lang.String SUPERSCRIPT_TAG
           
static java.lang.String TABLE_DIMENSION_TAG
           
static java.lang.String TABLE_HEADER_TAG
           
static java.lang.String TABLE_ROW_TAG
           
static java.lang.String TABLE_TAG
           
static java.lang.String TELETYPE_TAG
           
static java.lang.String TEXTAREA_TAG
           
static java.lang.String UNDERLINE_TAG
           
static java.lang.String VARIABLE_TAG
           
static java.lang.String WRAP_HARD
           
static java.lang.String WRAP_OFF
           
static java.lang.String WRAP_PHYSICAL
           
static java.lang.String WRAP_SOFT
           
static java.lang.String WRAP_VIRTUAL
           
static java.lang.String YES
           
 
Constructor Summary
TagPropertyConstants()
           
 
Method Summary
static boolean isAlignType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an alignment attribute value.
static boolean isAnchorTarget(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an anchor target attribute value.
static boolean isFrameType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Table Element Tag frame attribute value.
static boolean isImportTagType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML import element type attribute value.
static boolean isInputTagType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Input Tag type attribute value.
static boolean isRulesType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Table Element Tag rules attribute value.
static boolean isScrollingType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for a scrolling attribute value.
static boolean isTagType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Tag type
static boolean isWrapType(java.lang.String testcase)
          Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Textarea Tag wrap attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final java.lang.String AUTO
See Also:
Constant Field Values

NO

public static final java.lang.String NO
See Also:
Constant Field Values

YES

public static final java.lang.String YES
See Also:
Constant Field Values

ALIGN_CENTER

public static final java.lang.String ALIGN_CENTER
See Also:
Constant Field Values

ALIGN_CHAR

public static final java.lang.String ALIGN_CHAR
See Also:
Constant Field Values

ALIGN_JUSTIFY

public static final java.lang.String ALIGN_JUSTIFY
See Also:
Constant Field Values

ALIGN_LEFT

public static final java.lang.String ALIGN_LEFT
See Also:
Constant Field Values

ALIGN_RIGHT

public static final java.lang.String ALIGN_RIGHT
See Also:
Constant Field Values

ALIGN_ABSBOTTOM

public static final java.lang.String ALIGN_ABSBOTTOM
See Also:
Constant Field Values

ALIGN_ABSMIDDLE

public static final java.lang.String ALIGN_ABSMIDDLE
See Also:
Constant Field Values

ALIGN_TEXTTOP

public static final java.lang.String ALIGN_TEXTTOP
See Also:
Constant Field Values

ALIGN_BASELINE

public static final java.lang.String ALIGN_BASELINE
See Also:
Constant Field Values

ALIGN_BOTTOM

public static final java.lang.String ALIGN_BOTTOM
See Also:
Constant Field Values

ALIGN_MIDDLE

public static final java.lang.String ALIGN_MIDDLE
See Also:
Constant Field Values

ALIGN_TOP

public static final java.lang.String ALIGN_TOP
See Also:
Constant Field Values

FRAME_ABOVE

public static final java.lang.String FRAME_ABOVE
See Also:
Constant Field Values

FRAME_BELOW

public static final java.lang.String FRAME_BELOW
See Also:
Constant Field Values

FRAME_BORDER

public static final java.lang.String FRAME_BORDER
See Also:
Constant Field Values

FRAME_BOX

public static final java.lang.String FRAME_BOX
See Also:
Constant Field Values

FRAME_HSIDES

public static final java.lang.String FRAME_HSIDES
See Also:
Constant Field Values

FRAME_LHS

public static final java.lang.String FRAME_LHS
See Also:
Constant Field Values

FRAME_RHS

public static final java.lang.String FRAME_RHS
See Also:
Constant Field Values

FRAME_VOID

public static final java.lang.String FRAME_VOID
See Also:
Constant Field Values

FRAME_VSIDES

public static final java.lang.String FRAME_VSIDES
See Also:
Constant Field Values

RULES_ALL

public static final java.lang.String RULES_ALL
See Also:
Constant Field Values

RULES_BASIC

public static final java.lang.String RULES_BASIC
See Also:
Constant Field Values

RULES_COLS

public static final java.lang.String RULES_COLS
See Also:
Constant Field Values

RULES_GROUPS

public static final java.lang.String RULES_GROUPS
See Also:
Constant Field Values

RULES_NONE

public static final java.lang.String RULES_NONE
See Also:
Constant Field Values

RULES_ROWS

public static final java.lang.String RULES_ROWS
See Also:
Constant Field Values

WRAP_OFF

public static final java.lang.String WRAP_OFF
See Also:
Constant Field Values

WRAP_HARD

public static final java.lang.String WRAP_HARD
See Also:
Constant Field Values

WRAP_PHYSICAL

public static final java.lang.String WRAP_PHYSICAL
See Also:
Constant Field Values

WRAP_SOFT

public static final java.lang.String WRAP_SOFT
See Also:
Constant Field Values

WRAP_VIRTUAL

public static final java.lang.String WRAP_VIRTUAL
See Also:
Constant Field Values

INPUT_TYPE_BUTTON

public static final java.lang.String INPUT_TYPE_BUTTON
See Also:
Constant Field Values

INPUT_TYPE_CHECKBOX

public static final java.lang.String INPUT_TYPE_CHECKBOX
See Also:
Constant Field Values

INPUT_TYPE_FILE

public static final java.lang.String INPUT_TYPE_FILE
See Also:
Constant Field Values

INPUT_TYPE_HIDDEN

public static final java.lang.String INPUT_TYPE_HIDDEN
See Also:
Constant Field Values

INPUT_TYPE_IMAGE

public static final java.lang.String INPUT_TYPE_IMAGE
See Also:
Constant Field Values

INPUT_TYPE_PASSWORD

public static final java.lang.String INPUT_TYPE_PASSWORD
See Also:
Constant Field Values

INPUT_TYPE_RADIO

public static final java.lang.String INPUT_TYPE_RADIO
See Also:
Constant Field Values

INPUT_TYPE_RESET

public static final java.lang.String INPUT_TYPE_RESET
See Also:
Constant Field Values

INPUT_TYPE_SUBMIT

public static final java.lang.String INPUT_TYPE_SUBMIT
See Also:
Constant Field Values

INPUT_TYPE_TEXT

public static final java.lang.String INPUT_TYPE_TEXT
See Also:
Constant Field Values

ANCHOR_TARGET_NEW

public static final java.lang.String ANCHOR_TARGET_NEW
See Also:
Constant Field Values

ANCHOR_TARGET_SELF

public static final java.lang.String ANCHOR_TARGET_SELF
See Also:
Constant Field Values

ANCHOR_TARGET_PARENT

public static final java.lang.String ANCHOR_TARGET_PARENT
See Also:
Constant Field Values

ANCHOR_TARGET_TOP

public static final java.lang.String ANCHOR_TARGET_TOP
See Also:
Constant Field Values

IMPORT_TYPE_TEXT

public static final java.lang.String IMPORT_TYPE_TEXT
See Also:
Constant Field Values

IMPORT_TYPE_JS

public static final java.lang.String IMPORT_TYPE_JS
See Also:
Constant Field Values

IMPORT_TYPE_CSS

public static final java.lang.String IMPORT_TYPE_CSS
See Also:
Constant Field Values

IMPORT_TYPE_HTML

public static final java.lang.String IMPORT_TYPE_HTML
See Also:
Constant Field Values

ADDRESS_TAG

public static final java.lang.String ADDRESS_TAG
See Also:
Constant Field Values

ANCHOR_TAG

public static final java.lang.String ANCHOR_TAG
See Also:
Constant Field Values

APPLET_TAG

public static final java.lang.String APPLET_TAG
See Also:
Constant Field Values

BIG_TAG

public static final java.lang.String BIG_TAG
See Also:
Constant Field Values

BLINK_TAG

public static final java.lang.String BLINK_TAG
See Also:
Constant Field Values

BOLD_TAG

public static final java.lang.String BOLD_TAG
See Also:
Constant Field Values

CAPTION_TAG

public static final java.lang.String CAPTION_TAG
See Also:
Constant Field Values

CENTER_TAG

public static final java.lang.String CENTER_TAG
See Also:
Constant Field Values

CITE_TAG

public static final java.lang.String CITE_TAG
See Also:
Constant Field Values

CODE_TAG

public static final java.lang.String CODE_TAG
See Also:
Constant Field Values

COMMENT_TAG

public static final java.lang.String COMMENT_TAG
See Also:
Constant Field Values

DEFINITION_TAG

public static final java.lang.String DEFINITION_TAG
See Also:
Constant Field Values

DIV_TAG

public static final java.lang.String DIV_TAG
See Also:
Constant Field Values

EMPHASIS_TAG

public static final java.lang.String EMPHASIS_TAG
See Also:
Constant Field Values

FONT_TAG

public static final java.lang.String FONT_TAG
See Also:
Constant Field Values

HEADER1_TAG

public static final java.lang.String HEADER1_TAG
See Also:
Constant Field Values

HEADER2_TAG

public static final java.lang.String HEADER2_TAG
See Also:
Constant Field Values

HEADER3_TAG

public static final java.lang.String HEADER3_TAG
See Also:
Constant Field Values

HEADER4_TAG

public static final java.lang.String HEADER4_TAG
See Also:
Constant Field Values

HEADER5_TAG

public static final java.lang.String HEADER5_TAG
See Also:
Constant Field Values

HEADER6_TAG

public static final java.lang.String HEADER6_TAG
See Also:
Constant Field Values

IFRAME_TAG

public static final java.lang.String IFRAME_TAG
See Also:
Constant Field Values

IMAGE_TAG

public static final java.lang.String IMAGE_TAG
See Also:
Constant Field Values

INPUT_TAG

public static final java.lang.String INPUT_TAG
See Also:
Constant Field Values

ITALIC_TAG

public static final java.lang.String ITALIC_TAG
See Also:
Constant Field Values

KEYIN_TAG

public static final java.lang.String KEYIN_TAG
See Also:
Constant Field Values

NOBREAK_TAG

public static final java.lang.String NOBREAK_TAG
See Also:
Constant Field Values

NOEMBED_TAG

public static final java.lang.String NOEMBED_TAG
See Also:
Constant Field Values

NOFRAMES_TAG

public static final java.lang.String NOFRAMES_TAG
See Also:
Constant Field Values

NOSCRIPT_TAG

public static final java.lang.String NOSCRIPT_TAG
See Also:
Constant Field Values

OPTION_TAG

public static final java.lang.String OPTION_TAG
See Also:
Constant Field Values

PARA_TAG

public static final java.lang.String PARA_TAG
See Also:
Constant Field Values

PARAM_TAG

public static final java.lang.String PARAM_TAG
See Also:
Constant Field Values

SAMPLEOUT_TAG

public static final java.lang.String SAMPLEOUT_TAG
See Also:
Constant Field Values

SCRIPT_TAG

public static final java.lang.String SCRIPT_TAG
See Also:
Constant Field Values

SELECT_TAG

public static final java.lang.String SELECT_TAG
See Also:
Constant Field Values

SMALL_TAG

public static final java.lang.String SMALL_TAG
See Also:
Constant Field Values

SPAN_TAG

public static final java.lang.String SPAN_TAG
See Also:
Constant Field Values

STRIKETHROUGH_TAG

public static final java.lang.String STRIKETHROUGH_TAG
See Also:
Constant Field Values

STRONG_TAG

public static final java.lang.String STRONG_TAG
See Also:
Constant Field Values

SUBSCRIPT_TAG

public static final java.lang.String SUBSCRIPT_TAG
See Also:
Constant Field Values

SUPERSCRIPT_TAG

public static final java.lang.String SUPERSCRIPT_TAG
See Also:
Constant Field Values

TABLE_DIMENSION_TAG

public static final java.lang.String TABLE_DIMENSION_TAG
See Also:
Constant Field Values

TABLE_HEADER_TAG

public static final java.lang.String TABLE_HEADER_TAG
See Also:
Constant Field Values

TABLE_ROW_TAG

public static final java.lang.String TABLE_ROW_TAG
See Also:
Constant Field Values

TABLE_TAG

public static final java.lang.String TABLE_TAG
See Also:
Constant Field Values

TELETYPE_TAG

public static final java.lang.String TELETYPE_TAG
See Also:
Constant Field Values

TEXTAREA_TAG

public static final java.lang.String TEXTAREA_TAG
See Also:
Constant Field Values

UNDERLINE_TAG

public static final java.lang.String UNDERLINE_TAG
See Also:
Constant Field Values

VARIABLE_TAG

public static final java.lang.String VARIABLE_TAG
See Also:
Constant Field Values
Constructor Detail

TagPropertyConstants

public TagPropertyConstants()
Method Detail

isTagType

public static final boolean isTagType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Tag type

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML Tag type
Returns:
true if the testcase is a valid HTML Tag type; false otherwise

isImportTagType

public static final boolean isImportTagType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML import element type attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML import element type attribute value
Returns:
true if the testcase is a valid HTML import element type attribute value; false otherwise

isInputTagType

public static final boolean isInputTagType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Input Tag type attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML Input Tag type attribute value
Returns:
true if the testcase is a valid HTML Input Tag type attribute value; false otherwise

isRulesType

public static final boolean isRulesType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Table Element Tag rules attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML Table Element Tag rules attribute value
Returns:
true if the testcase is a valid HTML Table Element Tag rules attribute value; false otherwise

isWrapType

public static final boolean isWrapType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Textarea Tag wrap attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML Textarea Tag wrap attribute value
Returns:
true if the testcase is a valid HTML Textarea Tag wrap attribute value; false otherwise

isFrameType

public static final boolean isFrameType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an HTML Table Element Tag frame attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a valid HTML Table Element Tag frame attribute value
Returns:
true if the testcase is a valid HTML Table Element Tag frame attribute value; false otherwise

isAlignType

public static final boolean isAlignType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an alignment attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing an alignment attribute value
Returns:
true if the testcase is an alignment attribute value; false otherwise

isAnchorTarget

public static final boolean isAnchorTarget(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for an anchor target attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing an anchor target attribute value
Returns:
true if the testcase is an anchor target attribute value; false otherwise

isScrollingType

public static final boolean isScrollingType(java.lang.String testcase)
Tests to see if the supplied testcase is one of the constant values acceptible for a scrolling attribute value.

Parameters:
testcase - the string to test for existence as a constant value representing a scrolling attribute value
Returns:
true if the testcase is a scrolling attribute value; false otherwise