Uses of Interface
org.pentaho.reporting.libraries.xmlns.writer.TagDescription

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(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.