public interface XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter
instance.
void toXML(XMLWriter xml) throws IOException
XMLWriter
.xml
- The XMLWriter to use.IOException
- IF an I/O exception occurs whilst writing.Copyright © 2007-2014. All Rights Reserved.