Interface IDTDHandler
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/DTDHandler.html
public interface IDTDHandler
Methods
NotationDecl(String, String, String)
void NotationDecl(String arg0, String arg1, String arg2)
Parameters
Exceptions
UnparsedEntityDecl(String, String, String, String)
void UnparsedEntityDecl(String arg0, String arg1, String arg2, String arg3)