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.
 XMLIOFactory DefaultXMLIORegistry.getXMLIOFactory(Class objClass)
          Get the XMLIOFactory corresponding to the identification string factoryId<\code> param factoryId the identification String
protected  XMLIOFactory XMLIOManager.getXMLIOFactory(Class objClass)
          Get the XMLIOFactory to restore the xml node param nodeEl the node to be restored
 



Copyright © 2012. All Rights Reserved.