HTMLIndenter.HTMLNameClassifier, HTMLIndenter.XHTMLNameClassifierstatic interface HTMLIndenter.NameClassifier
| Modifier and Type | Field | Description |
|---|---|---|
static int |
IS_FORMATTED |
|
static int |
IS_INLINE |
| Modifier and Type | Method | Description |
|---|---|---|
int |
classifyTag(NodeName name) |
Classify an element name as inline, formatted, or both or neither.
|
static final int IS_INLINE
static final int IS_FORMATTED
int classifyTag(NodeName name)
name - the element name