base
Interface IXMLSaveable

All Known Implementing Classes:
Backup, ConfigurationManager, ConfigurationManager, Document, EAddress, NAddress, PhoneNumber, Repository, Service, Session, User, Workstation

public interface IXMLSaveable

Author:
skunk This interface must be implemented from any Object that is rappresentable in XML format. This interface defines only a method interface to store a particular Object.

Method Summary
 org.w3c.dom.Node toXml(org.w3c.dom.Document document)
           
 

Method Detail

toXml

org.w3c.dom.Node toXml(org.w3c.dom.Document document)


Copyright © 2006 SF.net. All Rights Reserved.