C D E H L M S T V W 

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 - Static variable in class com.jcabi.w3c.ValidatorBuilder
Static instance of CSS validator.
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.

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 DOCTYPE is 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 - Static variable in class com.jcabi.w3c.ValidatorBuilder
Static instance of HTML validator.
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.

L

line() - Method in class com.jcabi.w3c.Defect
Line number, where the defect was found.

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

source() - Method in class com.jcabi.w3c.Defect
Source line, as quoted by W3C validator.

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.
C D E H L M S T V W 

Copyright © 2012–2016 jcabi.com. All rights reserved.