Update Result.java

This commit is contained in:
Andreas Penski 2019-05-17 14:30:31 +02:00
parent 65f4dfad68
commit b350334a04

View file

@ -41,8 +41,11 @@ public interface Result {
*/
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.
*