private static class SafeTagList.SafeDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
close
A flag indicating whether or not it is safe to put a new line before the close tag.
|
private boolean |
open
A flag indicating whether or not it is safe to put a new line after the open tag.
|
Constructor and Description |
---|
SafeDescription(boolean open,
boolean close)
Creates a new tag description.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isClose()
Returns the 'close' flag.
|
boolean |
isOpen()
Returns the 'open' flag.
|
private boolean open
private boolean close