| Package | Description |
|---|---|
| org.iso_relax.verifier |
| Modifier and Type | Method and Description |
|---|---|
VerifierFactory |
VerifierFactoryLoader.createFactory(String schemaLanguage)
returns a VerifierFactory that supports the specified schema language, or
returns null if it's not supported.
|
static VerifierFactory |
VerifierFactory.newInstance()
Deprecated.
|
static VerifierFactory |
VerifierFactory.newInstance(String language) |
static VerifierFactory |
VerifierFactory.newInstance(String language,
ClassLoader classLoader)
Creates a new instance of a VerifierFactory for the specified schema
language.
|
Copyright © 2016 Philip Helger. All rights reserved.