mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Setup Git Repository Parsing
This commit is contained in:
@@ -4,8 +4,8 @@ using System.Xml.Linq;
|
||||
|
||||
public interface ICollectionRule {
|
||||
public string Name { get; }
|
||||
public string[] Bases { get; }
|
||||
public string[] Backlinks { get; }
|
||||
public HamannXPath[] Bases { get; }
|
||||
public HamannXPath[] Backlinks { get; }
|
||||
public IEnumerable<(string, XElement, XMLRootDocument)> GenerateIdentificationStrings(IEnumerable<(XElement, XMLRootDocument)> List);
|
||||
public IEnumerable<(string, XElement, XMLRootDocument, bool)> GenerateBacklinkString(IEnumerable<(XElement, XMLRootDocument)> List);
|
||||
}
|
||||
Reference in New Issue
Block a user