Package org.jfree.xml.writer
Class SafeTagList.SafeDescription
java.lang.Object
org.jfree.xml.writer.SafeTagList.SafeDescription
- Enclosing class:
- SafeTagList
A tag description.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
open
private boolean openA flag indicating whether or not it is safe to put a new line after the open tag. -
close
private boolean closeA flag indicating whether or not it is safe to put a new line before the close tag.
-
-
Constructor Details
-
SafeDescription
public SafeDescription(boolean open, boolean close) Creates a new tag description.- Parameters:
open
- the 'open' flag.close
- the 'close' flag.
-
-
Method Details
-
isOpen
public boolean isOpen()Returns the 'open' flag.- Returns:
true
orfalse
.
-
isClose
public boolean isClose()Returns the 'close' flag.- Returns:
true
orfalse
.
-