Table of Contents

Interface IContentHandlerFactory

Namespace
Java.Net
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/net/ContentHandlerFactory.html

public interface IContentHandlerFactory

Methods

CreateContentHandler(String)

ContentHandler CreateContentHandler(String arg0)

Parameters

arg0 String

String

Returns

ContentHandler

ContentHandler