com.plumtree.xpshared.htmlelements
Class HTMLElement.ValidationLevel

java.lang.Object
  extended by com.plumtree.xpshared.htmlelements.HTMLElement.ValidationLevel
Enclosing class:
HTMLElement

public static class HTMLElement.ValidationLevel
extends java.lang.Object


Field Summary
static HTMLElement.ValidationLevel CHECK_508
           
static HTMLElement.ValidationLevel HIGH
          All possible validation is enabled.
static HTMLElement.ValidationLevel LOW
           
static HTMLElement.ValidationLevel MEDIUM
           
static HTMLElement.ValidationLevel NONE
          No validation will occur.
 
Constructor Summary
HTMLElement.ValidationLevel(java.lang.String s)
          Creates a new ValidationLevel object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static HTMLElement.ValidationLevel NONE
No validation will occur. This is the lickety-splitest option.


HIGH

public static final HTMLElement.ValidationLevel HIGH
All possible validation is enabled. This is very slow. This is for development purposes only. Don't ship any product with HIGH validation enabled.


MEDIUM

public static final HTMLElement.ValidationLevel MEDIUM

LOW

public static final HTMLElement.ValidationLevel LOW

CHECK_508

public static final HTMLElement.ValidationLevel CHECK_508
Constructor Detail

HTMLElement.ValidationLevel

public HTMLElement.ValidationLevel(java.lang.String s)
Creates a new ValidationLevel object.

Parameters:
s - Pass the String name of this validation level.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.