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(Writer writer,
String tagName,
AttributeList attributes,
Comments comments)
Writes a closed (short) tag with eventually nested comments.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2001–2018 JFree.org. All rights reserved.