Plumtree UI Infrastructure API  
 

HTMLElement.SetValidationLevel Method 

Call this method to specify the level at which html validation will occur. Each available level will toggle each of the methods of validation that can occur.

Methods of validation currently include:



This method is offered as a convenience. Individual validation methods can be toggled individually.

Validation methods are enabled on a package-level-scope. For example, if maximum table depth is being enforced, it's enforced for all HTMLPage objects created. Validation methods cannot be toggled on an object-level-scope.

public static void SetValidationLevel(
   ValidationLevel l
);

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace