mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Update Result.java
This commit is contained in:
parent
65f4dfad68
commit
b350334a04
1 changed files with 3 additions and 0 deletions
|
|
@ -40,9 +40,12 @@ public interface Result {
|
|||
* wurden.
|
||||
*/
|
||||
List<XmlError> getSchemaViolations();
|
||||
|
||||
|
||||
// TODO scheitert momentan daran, das intern kein svlr o.ä. zur Verfügung steht
|
||||
// List<XmlError> getSchematronResult();
|
||||
|
||||
|
||||
/**
|
||||
* Extrahiert evtl. vorhandenes HTML aus dem Report und stellt diese als {@link XdmNode}-Objekt zur Verfügung.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue