nan.model
Interface XMLSerializable

All Known Implementing Classes:
Attachment, License, Message, MessageHeader, Newsgroup, NewsgroupList, ServerSettings, UserSettings

public interface XMLSerializable

An interface for all things that wish to be serializable in XML.

Version:
1.1, 12/22/03
Author:
John David Ratliff

Method Summary
 org.dom4j.Document toXML()
          Converts an object into an XML Document.
 

Method Detail

toXML

public org.dom4j.Document toXML()
Converts an object into an XML Document.

Returns:
The XML Document.