mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Results of SyntaxCheck -> extra State
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using HaWeb.Models;
|
||||
using HaWeb.XMLParser;
|
||||
|
||||
namespace HaWeb.XMLTests;
|
||||
@@ -7,5 +8,5 @@ public interface IXMLTestService {
|
||||
public Dictionary<string, INodeRule>? Ruleset { get; }
|
||||
public Dictionary<string, ICollectionRule>? CollectionRuleset { get; }
|
||||
|
||||
public void Test(IXMLInteractionService _XMLService);
|
||||
public Dictionary<string, SyntaxCheckModel>? Test(Dictionary<string, FileList?>? _LoadedFiles, Dictionary<string, SyntaxCheckModel> _Results);
|
||||
}
|
||||
Reference in New Issue
Block a user