Table of Contents

Interface IEntityResolver2

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

.NET interface for TO BE DEFINED FROM USER

public interface IEntityResolver2 : IEntityResolver
Inherited Members

Methods

GetExternalSubset(String, String)

InputSource GetExternalSubset(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

InputSource

InputSource

Exceptions

SAXException
IOException

ResolveEntity(String, String, String, String)

InputSource ResolveEntity(String arg0, String arg1, String arg2, String arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 String

String

Returns

InputSource

InputSource

Exceptions

SAXException
IOException