Interface IDeclHandler
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/xml/sax/ext/DeclHandler.html
public interface IDeclHandler
Methods
AttributeDecl(String, String, String, String, String)
void AttributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4)
Parameters
Exceptions
ElementDecl(String, String)
void ElementDecl(String arg0, String arg1)
Parameters
Exceptions
ExternalEntityDecl(String, String, String)
void ExternalEntityDecl(String arg0, String arg1, String arg2)
Parameters
Exceptions
InternalEntityDecl(String, String)
void InternalEntityDecl(String arg0, String arg1)