Package | Description |
---|---|
org.htmlcleaner |
Modifier and Type | Method and Description |
---|---|
BelongsTo |
TagInfo.getBelongsTo() |
static BelongsTo |
BelongsTo.toValue(Object value) |
static BelongsTo |
BelongsTo.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
TagInfo.setBelongsTo(BelongsTo belongsTo) |
Constructor and Description |
---|
TagInfo(String name,
ContentType contentType,
BelongsTo belongsTo,
boolean deprecated,
boolean unique,
boolean ignorePermitted,
CloseTag closeTag,
Display display) |
Copyright © 2006–2018. All rights reserved.