mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#28 erstmal nur in der default-Implementierung und NICHT in der API
This commit is contained in:
parent
e83b316d95
commit
0f6b0489e2
2 changed files with 1 additions and 9 deletions
|
|
@ -5,8 +5,6 @@ import java.util.List;
|
|||
import org.oclc.purl.dsdl.svrl.SchematronOutput;
|
||||
import org.w3c.dom.Document;
|
||||
|
||||
import de.kosit.validationtool.model.reportInput.CreateReportInput;
|
||||
|
||||
import net.sf.saxon.s9api.XdmNode;
|
||||
|
||||
/**
|
||||
|
|
@ -16,13 +14,6 @@ import net.sf.saxon.s9api.XdmNode;
|
|||
*/
|
||||
public interface Result {
|
||||
|
||||
/**
|
||||
* Gibt die vom Validator erstelle interne Berichts-'Vorstufe' als Objekt zurück.
|
||||
*
|
||||
* @return die Berichts-'Vorstufe'
|
||||
*/
|
||||
CreateReportInput getReportInput();
|
||||
|
||||
/** Der generierte Report. */
|
||||
XdmNode getReport();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue