Merge branch '48-documentation-and-semantic-defintion-of-accpetmatch-functionality' into configuration_api

This commit is contained in:
Renzo Kottmann 2020-06-20 18:32:30 +02:00
commit 2ff43d2b72
2 changed files with 34 additions and 43 deletions

View file

@ -72,7 +72,7 @@ public interface Result {
/**
* Returns {@link org.oclc.purl.dsdl.svrl.FailedAssert FailedAsserts} of a schematron evaluation.
*
*
* @return list of {@link org.oclc.purl.dsdl.svrl.FailedAssert FailedAsserts}, if any, empty list otherwise
*/
List<FailedAssert> getFailedAsserts();
@ -93,7 +93,7 @@ public interface Result {
/**
* Returns true, if schematron has been checked and the result does not contain any {@link FailedAssert FailedAsserts}.
*
*
* @return true, if valid
*/
boolean isSchematronValid();