C D E H L M S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- charset() - Method in interface com.jcabi.w3c.ValidationResponse
-
Charset of the document, if detected by the server (may be empty if charset is not detected or it's a CSS document).
- checkedBy() - Method in interface com.jcabi.w3c.ValidationResponse
-
Who checked the document (normally contains a URL of W3C server).
- column() - Method in class com.jcabi.w3c.Defect
-
Column number inside the line.
- com.jcabi.w3c - package com.jcabi.w3c
-
W3C validators.
- css() - Method in class com.jcabi.w3c.ValidatorBuilder
-
Build CSS validator.
- css(URI) - Method in class com.jcabi.w3c.ValidatorBuilder
-
Build CSS validator, pointing to the given URI of W3C engine.
- CSS - Static variable in class com.jcabi.w3c.ValidatorBuilder
-
Static instance of CSS validator.
D
- Defect - Class in com.jcabi.w3c
-
Validation defect (error or warning) produced by
ValidationResponse. - doctype() - Method in interface com.jcabi.w3c.ValidationResponse
-
DOCTYPE of the document, if detected by the validator (may be empty if
DOCTYPEis not detected or if it's a CSS document).
E
- errors() - Method in interface com.jcabi.w3c.ValidationResponse
-
Returns list of errors found during validation.
- explanation() - Method in class com.jcabi.w3c.Defect
-
Explanation of the problem.
H
- html() - Method in class com.jcabi.w3c.ValidatorBuilder
-
Build HTML validator.
- html(URI) - Method in class com.jcabi.w3c.ValidatorBuilder
-
Build HTML validator, pointing to the given URI of W3C engine.
- HTML - Static variable in class com.jcabi.w3c.ValidatorBuilder
-
Static instance of HTML validator.
L
M
- message() - Method in class com.jcabi.w3c.Defect
-
Text of the message.
- messageId() - Method in class com.jcabi.w3c.Defect
-
Message ID, according to W3C API.
S
T
- toString() - Method in class com.jcabi.w3c.Defect
V
- valid() - Method in interface com.jcabi.w3c.ValidationResponse
-
The document is valid and has no errors or warnings?
- validate(String) - Method in interface com.jcabi.w3c.Validator
-
Validate and return validation response.
- ValidationResponse - Interface in com.jcabi.w3c
-
Response of HTML or CSS validation.
- Validator - Interface in com.jcabi.w3c
-
Validator of CSS pages through W3C validation API.
- ValidatorBuilder - Class in com.jcabi.w3c
-
Builder of HTML and CSS validators.
- ValidatorBuilder() - Constructor for class com.jcabi.w3c.ValidatorBuilder
W
- warnings() - Method in interface com.jcabi.w3c.ValidationResponse
-
Returns lsit of warnings found during validation.
All Classes All Packages