Table of Contents

Interface IDOMConfiguration

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/DOMConfiguration.html

public interface IDOMConfiguration

Properties

ParameterNames

DOMStringList ParameterNames { get; }

Property Value

DOMStringList

Methods

CanSetParameter(String, object)

bool CanSetParameter(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

bool

bool

GetParameter(String)

object GetParameter(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

DOMException

SetParameter(String, object)

void SetParameter(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

DOMException