public static class W3CValidator.Body.ValidationResponse.Warnings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning
a child of warninglist, contains the information on a single validation warning.
|
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Warnings() |
public int warningcount
public List<W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning> warninglist
Copyright © 2018 BITPlan GmbH. All rights reserved.