Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
L
M
R
S
T
U
V
W
B
body
- Variable in class com.bitplan.w3ccheck.
W3CValidator
field that holds the structure for the Body node of the message {@code
...
C
charset
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Detected (or forced) Character Encoding for the validated document
check(String, String)
- Static method in class com.bitplan.w3ccheck.
W3CValidator
create a W3CValidator result for the given url with the given html
checkedby
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Location of the service which provided the validation result.
col
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
Within the source code of the validated document, refers to the column of the line where the error was detected.
com.bitplan.w3ccheck
- package com.bitplan.w3ccheck
This library contains of a single class see
W3CValidator
that allows to connect to a W3C Markup Validation Service via a Java API.
D
debug
- Static variable in class com.bitplan.w3ccheck.
W3CValidator
set to true if Logging should be enabled
doctype
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Detected (or forced) Document Type for the validated document
E
errorcount
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Errors
a child of errors, counts the number of errors listed
errorlist
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Errors
a child of errors, contains the list of errors (surprise!)
errors
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Encapsulates all data about errors encountered through the validation process {@code
...
explanation
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
Explanation for the error.
L
line
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
Within the source code of the validated document, refers to the line where the error was detected.
LOGGER
- Static variable in class com.bitplan.w3ccheck.
W3CValidator
Logging may be enabled by setting debug to true
M
message
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
The actual error message
messageid
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
The number/identifier of the error, as addressed internally by the validator
R
response
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body
S
source
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
Snippet of the source where the error was found.
T
toString()
- Method in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
convert this W3CValidator to a human readable string
U
uri
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
the address of the document validated.
V
validity
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Whether or not the document validated passed or not formal validation (true|false boolean)
W
W3CValidator
- Class in
com.bitplan.w3ccheck
Wrapper for W3C Validator Soap responses see
W3C Markup Validation Service Request Format
W3CValidator()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator
W3CValidator.Body
- Class in
com.bitplan.w3ccheck
structure for the Body node of the message {@code
...
W3CValidator.Body()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body
W3CValidator.Body.ValidationResponse
- Class in
com.bitplan.w3ccheck
The main element of the validation response.
W3CValidator.Body.ValidationResponse()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
W3CValidator.Body.ValidationResponse.Errors
- Class in
com.bitplan.w3ccheck
wrapped list of validation errors structurally equivalent to Warnings
W3CValidator.Body.ValidationResponse.Errors()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Errors
W3CValidator.Body.ValidationResponse.Errors.ValidationError
- Class in
com.bitplan.w3ccheck
a child of errorlist, contains the information on a single validation error.
W3CValidator.Body.ValidationResponse.Errors.ValidationError()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Errors.ValidationError
W3CValidator.Body.ValidationResponse.ValidationAtom
- Class in
com.bitplan.w3ccheck
base class for ValidationError and ValidationWarning containing e.g. line, col and message
W3CValidator.Body.ValidationResponse.ValidationAtom()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.ValidationAtom
W3CValidator.Body.ValidationResponse.Warnings
- Class in
com.bitplan.w3ccheck
wrapped list of validation warnings structurally equivalent to Errors
W3CValidator.Body.ValidationResponse.Warnings()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Warnings
W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning
- Class in
com.bitplan.w3ccheck
a child of warninglist, contains the information on a single validation warning.
W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning()
- Constructor for class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Warnings.ValidationWarning
warningcount
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Warnings
a child of warnings, counts the number of warnings listed
warninglist
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse.Warnings
a child of warnings, contains the list of warnings (surprise!)
warnings
- Variable in class com.bitplan.w3ccheck.
W3CValidator.Body.ValidationResponse
Encapsulates all data about warnings encountered through the validation process {@code
...
B
C
D
E
L
M
R
S
T
U
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All rights reserved.