com.sun.msv.schematron.jarv
Class FactoryLoaderImpl

java.lang.Object
  extended by com.sun.msv.schematron.jarv.FactoryLoaderImpl
All Implemented Interfaces:
org.iso_relax.verifier.VerifierFactoryLoader

public class FactoryLoaderImpl
extends java.lang.Object
implements org.iso_relax.verifier.VerifierFactoryLoader

VerifierFactoryLoader implementation.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
FactoryLoaderImpl()
           
 
Method Summary
 org.iso_relax.verifier.VerifierFactory createFactory(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryLoaderImpl

public FactoryLoaderImpl()
Method Detail

createFactory

public org.iso_relax.verifier.VerifierFactory createFactory(java.lang.String name)
Specified by:
createFactory in interface org.iso_relax.verifier.VerifierFactoryLoader