de.fh_mannheim.mm.dms.framework
Interface IElement

All Known Subinterfaces:
IProducer
All Known Implementing Classes:
Accesstype, Bookmark, BookmarkList, Category, CategoryList, CategoryManager, Config, FormattedDate, IndexEngine, IndexServer, IndexThread, MailAccount, Query, SearchResult, SearchResultList, Stopword, StopwordList, StopwordManager, Upload, UploadList, UploadManager, User, UserList, UserManager

public interface IElement

IElement is an interface for xml elements.

Version:
$Revision: 1.3 $
Author:
Jan Löffler, mail@jlsoft.de

Method Summary
 org.w3c.dom.Element toElement(org.w3c.dom.Document doc)
          Write information of user in a xml element.
 org.w3c.dom.Element toElement(org.w3c.dom.Element element, org.w3c.dom.Document doc)
          Write information of upload in a xml element.
 java.lang.String toString()
          Write information of uploadorder in a string.
 

Method Detail

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document doc)
Write information of user in a xml element.

Parameters:
doc - XML Document
Returns:
element

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Element element,
                                     org.w3c.dom.Document doc)
Write information of upload in a xml element.

Parameters:
element - Root element
doc - XML Document
Returns:
element

toString

public java.lang.String toString()
Write information of uploadorder in a string.

Returns:
information