Uses of Enum
org.attoparser.minimize.MinimizeHtmlMarkupHandler.MinimizeMode
Packages that use MinimizeHtmlMarkupHandler.MinimizeMode
-
Uses of MinimizeHtmlMarkupHandler.MinimizeMode in org.attoparser.minimize
Subclasses with type arguments of type MinimizeHtmlMarkupHandler.MinimizeMode in org.attoparser.minimizeModifier and TypeClassDescriptionstatic enumEnumeration for the type of minimization to be performed.Fields in org.attoparser.minimize declared as MinimizeHtmlMarkupHandler.MinimizeModeModifier and TypeFieldDescriptionprivate final MinimizeHtmlMarkupHandler.MinimizeModeMinimizeHtmlMarkupHandler.minimizeModeMethods in org.attoparser.minimize that return MinimizeHtmlMarkupHandler.MinimizeModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MinimizeHtmlMarkupHandler.MinimizeMode.values()Returns an array containing the constants of this enum type, 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.