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:
6
HaWeb/Settings/ParsingState/LinkState.cs
Normal file
6
HaWeb/Settings/ParsingState/LinkState.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace HaWeb.Settings.ParsingState;
|
||||
using System.Text;
|
||||
|
||||
public class LinkState : HaWeb.HTMLParser.IState {
|
||||
public void SetupState() { }
|
||||
}
|
||||
Reference in New Issue
Block a user