public interface XMLWritable
An Object which implements this interface can be written as XML using a
XMLWriter
instance.
Modifier and Type | Method and Description |
---|---|
void |
toXML(XMLWriter xml)
Writes the XML representation of the implementing instance using the specified
XMLWriter . |
void toXML(XMLWriter xml) throws IOException
XMLWriter
.xml
- The XMLWriter to use.IOException
- IF an I/O exception occurs whilst writing.Copyright © 2007-2019. All Rights Reserved.