Package | Description |
---|---|
org.pentaho.reporting.libraries.xmlns.writer |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultTagDescription |
A tag-description provides information about xml tags.
|
Modifier and Type | Method | Description |
---|---|---|
TagDescription |
XmlWriterSupport.getTagDescription() |
Returns the list of safe tags.
|
Constructor | Description |
---|---|
XmlWriter(java.io.Writer writer,
TagDescription tagDescription) |
Default Constructor.
|
XmlWriter(java.io.Writer writer,
TagDescription tagDescription,
java.lang.String indentString) |
Creates a new XMLWriter instance.
|
XmlWriter(java.io.Writer writer,
TagDescription tagDescription,
java.lang.String indentString,
java.lang.String lineSeparator) |
Creates a new XMLWriter instance.
|
XmlWriterSupport(TagDescription safeTags,
java.lang.String indentString) |
Creates a new support instance.
|
XmlWriterSupport(TagDescription safeTags,
java.lang.String indentString,
java.lang.String lineseparator) |
Create a new XmlWriterSupport instance.
|