|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeList | |
|---|---|
| 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 | |
|---|---|
protected 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 AttributeList | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||