Uses of Interface
org.jlab.coda.jevio.INameProvider

Uses of INameProvider in org.jlab.coda.jevio
 

Classes in org.jlab.coda.jevio that implement INameProvider
 class EvioXMLDictionary
          This was developed to read the xml dictionary that Maurizio uses for GEMC.
 

Methods in org.jlab.coda.jevio that return INameProvider
static INameProvider NameProviderFactory.createNameProvider(java.io.File file)
          Creates a NameProvider based on the file name.
static INameProvider NameProviderFactory.createNameProvider(java.lang.String xmlString)
          Creates a NameProvider based on the file name.
 

Methods in org.jlab.coda.jevio with parameters of type INameProvider
static void NameProvider.setProvider(INameProvider aProvider)
          Sets the one global (singleton) name provider.