Uses of Class
org.jfree.xml.writer.SafeTagList
Packages that use SafeTagList
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
Core classes for writing XML files.
-
Uses of SafeTagList in org.jfree.xml.generator
Fields in org.jfree.xml.generator declared as SafeTagListModifier and TypeFieldDescriptionprivate static SafeTagList
ModelWriter.safeTags
The tags that can be split.Methods in org.jfree.xml.generator that return SafeTagListModifier and TypeMethodDescriptionstatic SafeTagList
ModelWriter.getSafeTags()
Returns the safe tag list. -
Uses of SafeTagList in org.jfree.xml.writer
Fields in org.jfree.xml.writer declared as SafeTagListModifier and TypeFieldDescriptionprivate SafeTagList
XMLWriterSupport.safeTags
A list of safe tags.Methods in org.jfree.xml.writer that return SafeTagListConstructors in org.jfree.xml.writer with parameters of type SafeTagListModifierConstructorDescriptionXMLWriterSupport
(SafeTagList safeTags, int indentLevel) Creates a new support instance.XMLWriterSupport
(SafeTagList safeTags, int indentLevel, String indentString) Creates a new support instance.