Uses of Enum Class
org.attoparser.minimize.MinimizeHtmlMarkupHandler.MinimizeMode
Packages that use MinimizeHtmlMarkupHandler.MinimizeMode
-
Uses of MinimizeHtmlMarkupHandler.MinimizeMode in org.attoparser.minimize
Fields in org.attoparser.minimize declared as MinimizeHtmlMarkupHandler.MinimizeModeModifier and TypeFieldDescriptionprivate final MinimizeHtmlMarkupHandler.MinimizeMode
MinimizeHtmlMarkupHandler.minimizeMode
Methods in org.attoparser.minimize that return MinimizeHtmlMarkupHandler.MinimizeModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MinimizeHtmlMarkupHandler.MinimizeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.attoparser.minimize with parameters of type MinimizeHtmlMarkupHandler.MinimizeModeModifierConstructorDescriptionMinimizeHtmlMarkupHandler
(MinimizeHtmlMarkupHandler.MinimizeMode minimizeMode, IMarkupHandler next) Creates a new instance of this handler, specifying the minimization mode and the handler to which minimized events will be delegated.