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 BelongsToTagInfo. belongsToMethods in org.htmlcleaner that return BelongsTo Modifier and Type Method Description BelongsToTagInfo. getBelongsTo()static BelongsToBelongsTo. toValue(java.lang.Object value)static BelongsToBelongsTo. 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 voidTagInfo. 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)
-