Package | Description |
---|---|
org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
org.jfree.xml.writer |
Core classes for writing XML files.
|
Modifier and Type | Field and Description |
---|---|
private static SafeTagList |
ModelWriter.safeTags
The tags that can be split.
|
Modifier and Type | Method and Description |
---|---|
static SafeTagList |
ModelWriter.getSafeTags()
Returns the safe tag list.
|
Modifier and Type | Field and Description |
---|---|
private SafeTagList |
XMLWriterSupport.safeTags
A list of safe tags.
|
Modifier and Type | Method and Description |
---|---|
SafeTagList |
XMLWriterSupport.getSafeTags()
Returns the list of safe tags.
|
Constructor and Description |
---|
XMLWriterSupport(SafeTagList safeTags,
int indentLevel)
Creates a new support instance.
|
XMLWriterSupport(SafeTagList safeTags,
int indentLevel,
java.lang.String indentString)
Creates a new support instance.
|