Packagedom.validation
Classpublic class ValidationState
InheritanceValidationState Inheritance Object

Validation state constants stored in NodeEditVAL.

Note: Moved to ValidationState specifically for this documentation. Constants are not allowed in an interface.

See also

dom.validation.NodeEditVAL


Public Constants
 ConstantDefined By
  DOM 3 Validation VAL_FALSE : Number = 6
[static] False if the node is invalid with regards to the operation, or if the operation cannot be done.
ValidationState
  DOM 3 Validation VAL_TRUE : Number = 5
[static] True if the node is valid with regards to the operation, or if the operation can be done.
ValidationState
  DOM 3 Validation VAL_UNKNOWN : Number = 7
[static] The validity of the node is unknown.
ValidationState
Constant Detail
DOM 3 Validation VAL_FALSEConstant
public static const VAL_FALSE:Number = 6

Introduced in: DOM 3 Validation 

False if the node is invalid with regards to the operation, or if the operation cannot be done.

See also

DOM 3 Validation VAL_TRUEConstant 
public static const VAL_TRUE:Number = 5

Introduced in: DOM 3 Validation 

True if the node is valid with regards to the operation, or if the operation can be done.

See also

DOM 3 Validation VAL_UNKNOWNConstant 
public static const VAL_UNKNOWN:Number = 7

Introduced in: DOM 3 Validation 

The validity of the node is unknown.

See also