Table of Contents

Interface IDOMConfiguration

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

.NET interface for TO BE DEFINED FROM USER

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