de.knup.jedi.jayshare
Interface XMLOutput

All Known Implementing Classes:
FileItem, FileList, UserList, XTag

public interface XMLOutput

Interface for XML serialisable classes.

Version:
0.1 $Revision: 1.2 $
Author:
B. Pietsch

Method Summary
 java.lang.String toXML()
          Create an XML representation of the object.
 

Method Detail

toXML

public java.lang.String toXML()
Create an XML representation of the object.
Returns:
an XML conforming String object.