public class XmlWriter<T> extends Object implements Closeable
| Constructor and Description |
|---|
XmlWriter(Writer writer,
IObjectToDomConverter<T> converter) |
public XmlWriter(Writer writer, IObjectToDomConverter<T> converter)
public void write(T object) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.