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

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

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

wrapped list of validation warnings structurally equivalent to Errors


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

Field Detail

warningcount

public int warningcount
a child of warnings, counts the number of warnings listed


warninglist

public List<W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning> warninglist
a child of warnings, contains the list of warnings (surprise!)

Constructor Detail

W3CValidator.Body.ValidationResponse.Warnings

public W3CValidator.Body.ValidationResponse.Warnings()


Copyright © 2014. All rights reserved.