Uses of Class
org.jfree.xml.writer.AttributeList
Packages that use AttributeList
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
Core classes for writing XML files.
-
Uses of AttributeList in org.jfree.xml.generator
Methods in org.jfree.xml.generator with parameters of type AttributeListModifier and TypeMethodDescriptionprotected void
ModelWriter.writeTag
(Writer writer, 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 AttributeListModifier and TypeMethodDescriptionvoid
XMLWriter.writeTag
(String name, AttributeList attributes, boolean close) Writes an opening XML tag along with a list of attribute/value pairs.void
XMLWriterSupport.writeTag
(Writer w, String name, AttributeList attributes, boolean close) Writes an opening XML tag along with a list of attribute/value pairs.