Package com.bitplan.w3ccheck

This library contains of a single class see W3CValidator that allows to connect to a W3C Markup Validation Service via a Java API.

See:
          Description

Class Summary
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.
 

Package com.bitplan.w3ccheck Description

This library contains of a single class see W3CValidator that allows to connect to a W3C Markup Validation Service via a Java API.

See Also:
W3C Markup Validation Service


Copyright © 2014. All rights reserved.