mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
A lot of stuff related to parsing; index page input validation
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
using System.Xml.Linq;
|
||||
|
||||
public interface IHaElement {
|
||||
|
||||
public interface IHaElement : IComparable {
|
||||
abstract public string ElementName { get; }
|
||||
abstract public string[] XPath { get; }
|
||||
abstract public string ElementRules { get; }
|
||||
abstract public XElement? XElement { get; }
|
||||
abstract public bool Searchable { get; }
|
||||
abstract public string GetKey();
|
||||
}
|
||||
Reference in New Issue
Block a user