Uses of Enum Class
com.adobe.epubcheck.css.CSSChecker.Mode
Packages that use CSSChecker.Mode
-
Uses of CSSChecker.Mode in com.adobe.epubcheck.css
Subclasses with type arguments of type CSSChecker.Mode in com.adobe.epubcheck.cssFields in com.adobe.epubcheck.css declared as CSSChecker.ModeModifier and TypeFieldDescriptionprivate final CSSChecker.ModeCSSChecker.mode(package private) final CSSChecker.ModeCSSHandler.modeMethods in com.adobe.epubcheck.css that return CSSChecker.ModeModifier and TypeMethodDescriptionstatic CSSChecker.ModeReturns the enum constant of this class with the specified name.static CSSChecker.Mode[]CSSChecker.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.epubcheck.css with parameters of type CSSChecker.ModeModifierConstructorDescriptionprivateCSSChecker(ValidationContext context, CSSChecker.Mode mode, String value, int line, boolean isStyleAttribute) Constructor for CSS strings (html style attributes and elements) .CSSHandler(ValidationContext context, CSSChecker.Mode mode)