Uses of Class
org.freehep.xml.io.XMLIOManager

Packages that use XMLIOManager
org.freehep.xml.io The XMLIO package is a set of interfaces and classes to save and restore objects using XML. 
 

Uses of XMLIOManager in org.freehep.xml.io
 

Methods in org.freehep.xml.io with parameters of type XMLIOManager
 void XMLIOProxy.restore(Object obj, XMLIOManager xmlioManager, org.jdom.Element nodeEl)
          Restore the configuration of an object.
 void XMLIOFile.restore(XMLIOManager xmlioManager, org.jdom.Element nodeEl)
           
 void XMLIO.restore(XMLIOManager xmlioManager, org.jdom.Element nodeEl)
          Restore the object configuration.
 void XMLIOProxy.save(Object obj, XMLIOManager xmlioManager, org.jdom.Element nodeEl)
          Save the current configuration of an object.
 void XMLIOFile.save(XMLIOManager xmlioManager, org.jdom.Element el)
           
 void XMLIO.save(XMLIOManager xmlioManager, org.jdom.Element nodeEl)
          Save the current configuration of an object.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.