W3CValidator that allows
to connect to a W3C Markup Validation Service via a Java API.See: Description
| Class | Description |
|---|---|
| W3CValidator |
Wrapper for W3C Validator Soap responses
see W3C Markup Validation Service Request Format
|
| W3CValidator.Body |
structure for the Body node of the message
{@code
|
| W3CValidator.Body.ValidationResponse |
The main element of the validation response.
|
| W3CValidator.Body.ValidationResponse.Errors |
wrapped list of validation errors structurally equivalent to Warnings
|
| W3CValidator.Body.ValidationResponse.Errors.ValidationError |
a child of errorlist, contains the information on a single validation error.
|
| W3CValidator.Body.ValidationResponse.ValidationAtom |
base class for ValidationError and ValidationWarning
containing e.g. line, col and message
|
| W3CValidator.Body.ValidationResponse.Warnings |
wrapped list of validation warnings structurally equivalent to Errors
|
| W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning |
a child of warninglist, contains the information on a single validation warning.
|
W3CValidator that allows
to connect to a W3C Markup Validation Service via a Java API.Copyright © 2016. All rights reserved.