Package | dom.validation |
Class | public class ValidationState |
Inheritance | ValidationState Object |
Note: Moved to ValidationState specifically for this documentation. Constants are not allowed in an interface.
See also
Constant | Defined 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 |
DOM 3 Validation VAL_FALSE | Constant |
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_TRUE | Constant |
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_UNKNOWN | Constant |
public static const VAL_UNKNOWN:Number = 7
Introduced in: | DOM 3 Validation |
The validity of the node is unknown.
See also