Package | Description |
---|---|
org.eclipse.actf.visualization.eval |
This package includes interfaces and base implementations for accessibility evaluation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHtmlCheckTarget
Interface to hold information about target HTML content
|
Modifier and Type | Method and Description |
---|---|
static ICheckTarget |
CheckTargetFactory.createCheckTarget(Document target,
String targetUrl)
Constructor of
ICheckTarget |
Modifier and Type | Method and Description |
---|---|
List<IProblemItem> |
IChecker.check(ICheckTarget checkTarget)
Check target content and return detected issues
|