Uses of Class
org.jfree.xml.writer.AttributeList
-
Packages that use AttributeList Package Description org.jfree.xml.generator XML generatorBeanInfoBeanInfoBeanInfo.org.jfree.xml.writer Core classes for writing XML files. -
-
Uses of AttributeList in org.jfree.xml.generator
Methods in org.jfree.xml.generator with parameters of type AttributeList Modifier and Type Method Description protected voidModelWriter. writeTag(java.io.Writer writer, java.lang.String tagName, AttributeList attributes, Comments comments)Writes a closed (short) tag with eventually nested comments. -
Uses of AttributeList in org.jfree.xml.writer
Methods in org.jfree.xml.writer with parameters of type AttributeList Modifier and Type Method Description voidXMLWriter. writeTag(java.lang.String name, AttributeList attributes, boolean close)Writes an opening XML tag along with a list of attribute/value pairs.voidXMLWriterSupport. writeTag(java.io.Writer w, java.lang.String name, AttributeList attributes, boolean close)Writes an opening XML tag along with a list of attribute/value pairs.
-