mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
- Abstracted the XML-HTML Parser into a neat little state machine
- Added Settings classes for all things XML-HTML conversion
This commit is contained in:
5
HaWeb/HTMLParser/IState.cs
Normal file
5
HaWeb/HTMLParser/IState.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace HaWeb.HTMLParser;
|
||||
|
||||
public interface IState {
|
||||
public void SetupState();
|
||||
}
|
||||
Reference in New Issue
Block a user