public static class W3CValidator.Body.ValidationResponse.ValidationAtom extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
col
Within the source code of the validated document, refers to the column of the
line where the error was detected.
|
String |
explanation
Explanation for the error.
|
int |
line
Within the source code of the validated document, refers to the line where
the error was detected.
|
String |
message
The actual error message
|
int |
messageid
The number/identifier of the error, as addressed internally by the validator
|
String |
source
Snippet of the source where the error was found.
|
| Constructor and Description |
|---|
W3CValidator.Body.ValidationResponse.ValidationAtom() |
public int line
public int col
public String source
public String explanation
public int messageid
public String message
Copyright © 2016. All rights reserved.