Uses of Interface
org.pentaho.reporting.libraries.xmlns.writer.TagDescription
Packages that use TagDescription
-
Uses of TagDescription in org.pentaho.reporting.libraries.xmlns.writer
Classes in org.pentaho.reporting.libraries.xmlns.writer that implement TagDescriptionModifier and TypeClassDescriptionclass
A tag-description provides information about xml tags.Methods in org.pentaho.reporting.libraries.xmlns.writer that return TagDescriptionModifier and TypeMethodDescriptionXmlWriterSupport.getTagDescription()
Returns the list of safe tags.Constructors in org.pentaho.reporting.libraries.xmlns.writer with parameters of type TagDescriptionModifierConstructorDescriptionXmlWriter
(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.