|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bvalid.ValidatorFactory
public abstract class ValidatorFactory
Provides methods for getting Validator instances.
Constructor Summary | |
---|---|
ValidatorFactory()
|
Method Summary | |
---|---|
static Validator |
getValidator(SchemaLanguage lang,
java.io.File cacheDir,
java.util.Map options)
Get a validator with automatic schema file caching. |
static Validator |
getValidator(SchemaLanguage lang,
java.util.Map validatorOptions)
Get a validator without any schema file caching. |
static Validator |
getValidator(SchemaLanguage lang,
SchemaLocator locator,
java.util.Map options)
Get a validator that uses the provided SchemaLocator . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatorFactory()
Method Detail |
---|
public static Validator getValidator(SchemaLanguage lang, java.util.Map validatorOptions) throws ValidatorException
ValidatorException
public static Validator getValidator(SchemaLanguage lang, java.io.File cacheDir, java.util.Map options) throws ValidatorException
ValidatorException
public static Validator getValidator(SchemaLanguage lang, SchemaLocator locator, java.util.Map options) throws ValidatorException
SchemaLocator
.
ValidatorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |