| Package | Description |
|---|---|
| at.ebinterface.validation.validator | |
| at.ebinterface.validation.validator.jaxb |
| Modifier and Type | Method and Description |
|---|---|
Result |
ValidationResult.getSchematronResult() |
Result |
EbInterfaceValidator.validateXMLInstanceAgainstSchematron(byte[] uploadedData,
String schematronFileReference)
Validate the given XML instance against the given schematron file
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResult.setSchematronResult(Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.withErrors(Collection<Result.Error> values) |
Result |
Result.withErrors(Result.Error... values) |
Result |
Result.withNamespaces(Collection<Result.Namespace> values) |
Result |
Result.withNamespaces(Result.Namespace... values) |
Result |
Result.withValidationPassed(boolean value) |
Copyright © 2014–2019. All rights reserved.