|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
org.htmlcleaner |
Uses of ContentType in org.htmlcleaner |
---|
Methods in org.htmlcleaner that return ContentType | |
---|---|
ContentType |
TagInfo.getContentType()
|
static ContentType |
ContentType.toValue(Object value)
|
static ContentType |
ContentType.valueOf(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 | |
---|---|
TagInfo(String name,
ContentType contentType,
BelongsTo belongsTo,
boolean deprecated,
boolean unique,
boolean ignorePermitted,
CloseTag closeTag,
Display display)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |