Table of Contents

Interface IHTMLDOMImplementation

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

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

public interface IHTMLDOMImplementation : IDOMImplementation
Inherited Members

Methods

CreateHTMLDocument(String)

HTMLDocument CreateHTMLDocument(String arg0)

Parameters

arg0 String

String

Returns

HTMLDocument

HTMLDocument