public abstract class XmlWriter<M> extends OutputStreamWriter
XmlNode| Modifier and Type | Method and Description |
|---|---|
abstract XmlNode |
getRootElement() |
void |
write() |
close, flush, getEncoding, write, write, writepublic static final int INDENT
protected M model
public XmlWriter(File file, M model) throws IOException
IOExceptionpublic void write()
throws IOException
IOExceptionpublic abstract XmlNode getRootElement()
Copyright © 2011-2012 Code Lutin. All Rights Reserved.