mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Results of SyntaxCheck -> extra State
This commit is contained in:
@@ -16,6 +16,7 @@ public interface IXMLInteractionService {
|
||||
public List<IXMLRoot>? GetRootsList();
|
||||
public void CreateSearchables(XDocument document);
|
||||
public List<FileModel>? GetManagedFiles();
|
||||
public Dictionary<string, SyntaxCheckModel>? Test();
|
||||
public List<(string Index, List<(string Page, string Line, string Preview, string Identifier)> Results)>? SearchCollection(string collection, string searchword, IReaderService reader, ILibrary? lib);
|
||||
public List<(string Index, List<(string Page, string Line, string Preview, string Identifier)> Results)>? GetPreviews(List<(string, List<Marginal>)> places, IReaderService reader, ILibrary lib);
|
||||
}
|
||||
Reference in New Issue
Block a user