Table of Contents

Interface IDOMImplementation

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

.NET interface for TO BE DEFINED FROM USER

public interface IDOMImplementation

Methods

CreateDocument(String, String, DocumentType)

Document CreateDocument(String arg0, String arg1, DocumentType arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 DocumentType

DocumentType

Returns

Document

Document

Exceptions

DOMException

CreateDocumentType(String, String, String)

DocumentType CreateDocumentType(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Returns

DocumentType

DocumentType

Exceptions

DOMException

GetFeature(String, String)

object GetFeature(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

object

object

HasFeature(String, String)

bool HasFeature(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool