Table of Contents

Interface IDOMImplementationCSS

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

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

public interface IDOMImplementationCSS : IDOMImplementation
Inherited Members

Methods

CreateCSSStyleSheet(String, String)

CSSStyleSheet CreateCSSStyleSheet(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

CSSStyleSheet

CSSStyleSheet

Exceptions

DOMException