ValidationBuilder Class
Contents
[
Hide
]ValidationBuilder class
The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings.
public class ValidationBuilder
Properties
Name | Description |
---|---|
static getAll Includes all levels and all technologies settings | |
static getDefault Default settings: only General technologies is used and for Lowest criterion level | |
static getNone None settings - none of the parameters are specified. |
Methods
Name | Description |
---|---|
allLevels() | A method that sets all criteria levels. And indicates that the document will be checked according to the criteria of all three levels. |
allTechnologies() | A method that sets all technologies to test criterion |
setHTMLTags(params String[]) | List of html tags to check If the tags are not specified explicitly, then the tags array is empty and the check passes through all |
useCSS() | A method that includes CSS technologies in a set of rules |
useFailures() | A method that includes Failures in a set of rules |
useGeneral() | A method that includes General technologies in a set of rules |
useHighestLevel() | Use Highest Level AAA of Criterion in Rules |
useHTML() | A method that includes HTML technologies in a set of rules |
useLowestLevel() | Use Lowest Level A of Criterion in Rules |
useMiddleLevel() | Use Middle Level AA of Criterion in Rules |
useScript() | A method that includes ClientSideScript technologies in a set of rules |
See Also
- package com.aspose.html.accessibility
- package Aspose.HTML