com.bitplan.w3ccheck
Class W3CValidator.Body.ValidationResponse.Errors

java.lang.Object
  extended by com.bitplan.w3ccheck.W3CValidator.Body.ValidationResponse.Errors
Enclosing class:
W3CValidator.Body.ValidationResponse

public static class W3CValidator.Body.ValidationResponse.Errors
extends Object

wrapped list of validation errors structurally equivalent to Warnings


Nested Class Summary
static class W3CValidator.Body.ValidationResponse.Errors.ValidationError
          a child of errorlist, contains the information on a single validation error.
 
Field Summary
 int errorcount
          a child of errors, counts the number of errors listed
 List<W3CValidator.Body.ValidationResponse.Errors.ValidationError> errorlist
          a child of errors, contains the list of errors (surprise!)
 
Constructor Summary
W3CValidator.Body.ValidationResponse.Errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorcount

public int errorcount
a child of errors, counts the number of errors listed


errorlist

public List<W3CValidator.Body.ValidationResponse.Errors.ValidationError> errorlist
a child of errors, contains the list of errors (surprise!)

Constructor Detail

W3CValidator.Body.ValidationResponse.Errors

public W3CValidator.Body.ValidationResponse.Errors()


Copyright © 2014. All rights reserved.