Package | Description |
---|---|
org.jfree.xml.generator |
XML generatorBeanInfoBeanInfoBeanInfo.
|
org.jfree.xml.writer |
Core classes for writing XML files.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelWriter.writeTag(java.io.Writer writer,
java.lang.String tagName,
AttributeList attributes,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLWriter.writeTag(java.lang.String name,
AttributeList attributes,
boolean close)
Writes an opening XML tag along with a list of attribute/value pairs.
|
void |
XMLWriterSupport.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.
|