ValidationBuilder class

ValidationBuilder class

The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings.

The ValidationBuilder type exposes the following members:

Properties

PropertyDescription
noneNone settings - none of the parameters are specified.
defaultDefault settings: only General technologies is used and for Lowest criterion level
allIncludes all levels and all technologies settings

Methods

MethodDescription
all_levelsA method that sets all criteria levels. And indicates that the document will be checked according to the criteria of all three levels.
use_lowest_levelUse Lowest Level A of Criterion in Rules
use_middle_levelUse Middle Level AA of Criterion in Rules
use_highest_levelUse Highest Level AAA of Criterion in Rules
all_technologiesA method that sets all technologies to test criterion
use_htmlA method that includes HTML technologies in a set of rules
use_cssA method that includes CSS technologies in a set of rules
use_scriptA method that includes ClientSideScript technologies in a set of rules
use_failuresA method that includes Failures in a set of rules
use_generalA method that includes General technologies in a set of rules
set_html_tagsList of html tags to check
If the tags are not specified explicitly, then the tags array is empty and the check passes through all

See Also