Table of Contents

Interface IEntityResolver

Namespace
Org.Xml.Sax
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/EntityResolver.html

public interface IEntityResolver

Methods

ResolveEntity(String, String)

InputSource ResolveEntity(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

InputSource

InputSource

Exceptions

SAXException
IOException