| Package | Description |
|---|---|
| org.fcrepo.server.validation |
| Modifier and Type | Method and Description |
|---|---|
void |
DOValidatorXMLSchema.validate(File objectAsFile) |
void |
DOValidatorImpl.validate(File objectAsFile,
String format,
int validationType,
String phase)
Validates a digital object.
|
void |
DOValidatorXMLSchema.validate(InputStream objectAsStream) |
void |
DOValidatorImpl.validate(InputStream objectAsStream,
String format,
int validationType,
String phase)
Validates a digital object.
|
| Constructor and Description |
|---|
DOValidatorSchematron(String schemaPath,
String preprocessorPath,
String phase)
Constructs a DOValidatorSchematron instance with a Schematron
preprocessor that is provided by the calling class.
|
Copyright © 2013 DuraSpace. All Rights Reserved.