|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bitplan.w3ccheck.W3CValidator.Body.ValidationResponse.ValidationAtom
public static class W3CValidator.Body.ValidationResponse.ValidationAtom
base class for ValidationError and ValidationWarning containing e.g. line, col and message
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
W3CValidator.Body.ValidationResponse.ValidationAtom()
|
|
| Method Summary | |
|---|---|
String |
toString()
convert this W3CValidator to a human readable string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int line
public int col
public String source
public String explanation
public int messageid
public String message
| Constructor Detail |
|---|
public W3CValidator.Body.ValidationResponse.ValidationAtom()
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||