Uses of Class
org.htmlcleaner.Display
-
Packages that use Display Package Description org.htmlcleaner -
-
Uses of Display in org.htmlcleaner
Fields in org.htmlcleaner declared as Display Modifier and Type Field Description private Display
TagInfo. display
Methods in org.htmlcleaner that return Display Modifier and Type Method Description Display
TagInfo. getDisplay()
static Display
Display. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Display[]
Display. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlcleaner with parameters of type Display Modifier and Type Method Description void
TagInfo. setDisplay(Display display)
Constructors in org.htmlcleaner with parameters of type Display Constructor Description TagInfo(java.lang.String name, ContentType contentType, BelongsTo belongsTo, boolean deprecated, boolean unique, boolean ignorePermitted, CloseTag closeTag, Display display)
-