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
|
|
@ -41,8 +41,11 @@ public interface Result {
|
||||||
*/
|
*/
|
||||||
List<XmlError> getSchemaViolations();
|
List<XmlError> getSchemaViolations();
|
||||||
|
|
||||||
|
|
||||||
// TODO scheitert momentan daran, das intern kein svlr o.ä. zur Verfügung steht
|
// TODO scheitert momentan daran, das intern kein svlr o.ä. zur Verfügung steht
|
||||||
// List<XmlError> getSchematronResult();
|
// List<XmlError> getSchematronResult();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extrahiert evtl. vorhandenes HTML aus dem Report und stellt diese als {@link XdmNode}-Objekt zur Verfügung.
|
* 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