org.iso_relax.verifier
public interface VerifierFactoryLoader
Implementations of this interface are discovered through
META-INF/services, just like JAXP. This object then
provides VerifierFactory implementation for the specified schema language.
| Method Summary | |
|---|---|
| VerifierFactory | createFactory(String schemaLanguage)
returns a VerifierFactory that supports the specified schema language,
or returns null if it's not supported. |