Uses of Interface
org.freehep.xml.io.XMLIOFactory

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

Uses of XMLIOFactory in org.freehep.xml.io
 

Classes in org.freehep.xml.io that implement XMLIOFactory
 class XMLIOFileFactory
           
 

Methods in org.freehep.xml.io that return XMLIOFactory
 XMLIOFactory XMLIORegistry.getXMLIOFactory(Class objClass)
          Get the appropriate XMLIOFactory to create the object that wrote the xml node.
protected  XMLIOFactory XMLIOManager.getXMLIOFactory(Class objClass)
          Get the XMLIOFactory to restore the xml node param nodeEl the node to be restored
 XMLIOFactory DefaultXMLIORegistry.getXMLIOFactory(Class objClass)
          Get the XMLIOFactory corresponding to the identification string factoryId<\code> param factoryId the identification String
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.