public class XmlFileWriter extends Object
Constructor and Description |
---|
XmlFileWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
writeMany(Iterator<File> list,
String singular,
String plural,
XmlWriter writer) |
static void |
writeMany(Iterator<File> list,
XmlWriter writer) |
static void |
writeOne(File object,
String tag,
XmlWriter writer) |
static void |
writeOne(File object,
XmlWriter writer) |
Copyright © 2016. All rights reserved.