mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge branch '48-documentation-and-semantic-defintion-of-accpetmatch-functionality' into configuration_api
This commit is contained in:
commit
2ff43d2b72
2 changed files with 34 additions and 43 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue