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