Uses of Class
org.jfree.xml.writer.SafeTagList
-
Packages that use SafeTagList Package Description org.jfree.xml.generator XML generatorBeanInfoBeanInfoBeanInfo.org.jfree.xml.writer Core classes for writing XML files. -
-
Uses of SafeTagList in org.jfree.xml.generator
Methods in org.jfree.xml.generator that return SafeTagList Modifier and Type Method Description static SafeTagList
ModelWriter. getSafeTags()
Returns the safe tag list. -
Uses of SafeTagList in org.jfree.xml.writer
Methods in org.jfree.xml.writer that return SafeTagList Modifier and Type Method Description SafeTagList
XMLWriterSupport. getSafeTags()
Returns the list of safe tags.Constructors in org.jfree.xml.writer with parameters of type SafeTagList Constructor Description XMLWriterSupport(SafeTagList safeTags, int indentLevel)
Creates a new support instance.XMLWriterSupport(SafeTagList safeTags, int indentLevel, String indentString)
Creates a new support instance.
-