public final class HTMLElements extends Object
This class is thread-safe.
Modifier and Type | Field and Description |
---|---|
static String[][] |
LOCAL_NAMES_LIST |
static String |
TEXT |
Modifier and Type | Method and Description |
---|---|
static boolean |
has(Name elementName) |
static boolean |
isFlow(Name elementName) |
static boolean |
isInline(Name elementName) |
static boolean |
mayContain(Name parentName,
Name childName) |
static boolean |
mayContainText(Name elementName) |
public static final String TEXT
public static final String[][] LOCAL_NAMES_LIST