Table of Contents

Interface IHTMLDocument

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLDocument : IDocument, INode
Inherited Members

Properties

Anchors

HTMLCollection Anchors { get; }

Property Value

HTMLCollection

Applets

HTMLCollection Applets { get; }

Property Value

HTMLCollection

Body

HTMLElement Body { get; set; }

Property Value

HTMLElement
String Cookie { get; set; }

Property Value

String

Domain

String Domain { get; }

Property Value

String

Forms

HTMLCollection Forms { get; }

Property Value

HTMLCollection

Images

HTMLCollection Images { get; }

Property Value

HTMLCollection
HTMLCollection Links { get; }

Property Value

HTMLCollection

Referrer

String Referrer { get; }

Property Value

String

Title

String Title { get; set; }

Property Value

String

URL

String URL { get; }

Property Value

String

Methods

Close()

void Close()

GetElementsByName(String)

NodeList GetElementsByName(String arg0)

Parameters

arg0 String

String

Returns

NodeList

NodeList

Open()

void Open()

Write(String)

void Write(String arg0)

Parameters

arg0 String

String

Writeln(String)

void Writeln(String arg0)

Parameters

arg0 String

String