Package org.jfree.xml.writer
Class SafeTagList.SafeDescription
- java.lang.Object
-
- org.jfree.xml.writer.SafeTagList.SafeDescription
-
- Enclosing class:
- SafeTagList
private static class SafeTagList.SafeDescription extends java.lang.Object
A tag description.
-
-
Constructor Summary
Constructors Constructor Description SafeDescription(boolean open, boolean close)
Creates a new tag description.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isClose()
Returns the 'close' flag.boolean
isOpen()
Returns the 'open' flag.
-