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