|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagDescription | |
---|---|
org.pentaho.reporting.libraries.xmlns.writer |
Uses of TagDescription in org.pentaho.reporting.libraries.xmlns.writer |
---|
Classes in org.pentaho.reporting.libraries.xmlns.writer that implement TagDescription | |
---|---|
class |
DefaultTagDescription
A tag-description provides information about xml tags. |
Methods in org.pentaho.reporting.libraries.xmlns.writer that return TagDescription | |
---|---|
TagDescription |
XmlWriterSupport.getTagDescription()
Returns the list of safe tags. |
Constructors in org.pentaho.reporting.libraries.xmlns.writer with parameters of type TagDescription | |
---|---|
XmlWriter(Writer writer,
TagDescription tagDescription)
Default Constructor. |
|
XmlWriter(Writer writer,
TagDescription tagDescription,
String indentString)
Creates a new XMLWriter instance. |
|
XmlWriter(Writer writer,
TagDescription tagDescription,
String indentString,
String lineSeparator)
Creates a new XMLWriter instance. |
|
XmlWriterSupport(TagDescription safeTags,
String indentString)
Creates a new support instance. |
|
XmlWriterSupport(TagDescription safeTags,
String indentString,
String lineseparator)
Create a new XmlWriterSupport instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |