Uses of Class
com.adobe.epubcheck.css.CSSChecker.Mode
-
Packages that use CSSChecker.Mode Package Description com.adobe.epubcheck.css -
-
Uses of CSSChecker.Mode in com.adobe.epubcheck.css
Fields in com.adobe.epubcheck.css declared as CSSChecker.Mode Modifier and Type Field Description private CSSChecker.ModeCSSChecker. mode(package private) CSSChecker.ModeCSSHandler. modeMethods in com.adobe.epubcheck.css that return CSSChecker.Mode Modifier and Type Method Description static CSSChecker.ModeCSSChecker.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CSSChecker.Mode[]CSSChecker.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.epubcheck.css with parameters of type CSSChecker.Mode Constructor Description CSSChecker(ValidationContext context, CSSChecker.Mode mode, java.lang.String value, int line, boolean isStyleAttribute)Constructor for CSS strings (html style attributes and elements) .CSSHandler(ValidationContext context, CSSChecker.Mode mode)
-