| Class and 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.
|
Copyright © 2018 BITPlan GmbH. All rights reserved.