Uses of Class
org.htmlcleaner.ContentType
-
Packages that use ContentType Package Description org.htmlcleaner -
-
Uses of ContentType in org.htmlcleaner
Fields in org.htmlcleaner declared as ContentType Modifier and Type Field Description private ContentTypeTagInfo. contentTypeMethods in org.htmlcleaner that return ContentType Modifier and Type Method Description ContentTypeTagInfo. getContentType()static ContentTypeContentType. toValue(java.lang.Object value)static ContentTypeContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. 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 ContentType Constructor Description TagInfo(java.lang.String name, ContentType contentType, BelongsTo belongsTo, boolean deprecated, boolean unique, boolean ignorePermitted, CloseTag closeTag, Display display)
-