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.
Modifier and Type | Method and Description |
---|---|
VerifierFactory |
createFactory(java.lang.String schemaLanguage)
returns a VerifierFactory that supports the specified schema language,
or returns null if it's not supported.
|
VerifierFactory createFactory(java.lang.String schemaLanguage)