Table of Contents

Interface IDOMImplementationSource

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/DOMImplementationSource.html

public interface IDOMImplementationSource

Methods

GetDOMImplementation(String)

DOMImplementation GetDOMImplementation(String arg0)

Parameters

arg0 String

String

Returns

DOMImplementation

DOMImplementation

GetDOMImplementationList(String)

DOMImplementationList GetDOMImplementationList(String arg0)

Parameters

arg0 String

String

Returns

DOMImplementationList

DOMImplementationList