Uses of Enum Class
org.htmlcleaner.Display
Packages that use Display
-
Uses of Display in org.htmlcleaner
Subclasses with type arguments of type Display in org.htmlcleanerModifier and TypeClassDescriptionenumMost HTML 4 elements permitted within the BODY are classified as either block-level elements or inline elements.Fields in org.htmlcleaner declared as DisplayMethods in org.htmlcleaner that return DisplayModifier and TypeMethodDescriptionTagInfo.getDisplay()static DisplayReturns the enum constant of this class with the specified name.static Display[]Display.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlcleaner with parameters of type DisplayConstructors in org.htmlcleaner with parameters of type Display