Table of Contents

Class HTMLDocument

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll
public class HTMLDocument : Document, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IHTMLDocument, IDocument, INode
Inheritance
JVMBridgeBase
JVMBridgeBase<Node>
HTMLDocument
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Node>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Node>.IsAssignableFrom<T>()
JVMBridgeBase<Node>.Execute<T>(params T[])
JVMBridgeBase<Node>.DynBridgeClazz
JVMBridgeBase<Node>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

HTMLDocument()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("HTMLDocument class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLDocument()

HTMLDocument(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("HTMLDocument class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLDocument(params object[] args)

Parameters

args object[]

Properties

Anchors

public HTMLCollection Anchors { get; }

Property Value

HTMLCollection

Applets

public HTMLCollection Applets { get; }

Property Value

HTMLCollection

Body

public HTMLElement Body { get; set; }

Property Value

HTMLElement

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string
public String Cookie { get; set; }

Property Value

String

Domain

public String Domain { get; }

Property Value

String

Forms

public HTMLCollection Forms { get; }

Property Value

HTMLCollection

Images

public HTMLCollection Images { get; }

Property Value

HTMLCollection

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool
public HTMLCollection Links { get; }

Property Value

HTMLCollection

Referrer

public String Referrer { get; }

Property Value

String

Title

public String Title { get; set; }

Property Value

String

URL

public String URL { get; }

Property Value

String

Methods

Close()

public void Close()

GetElementsByName(String)

public NodeList GetElementsByName(String arg0)

Parameters

arg0 String

String

Returns

NodeList

NodeList

Open()

public void Open()

Write(String)

public void Write(String arg0)

Parameters

arg0 String

String

Writeln(String)

public void Writeln(String arg0)

Parameters

arg0 String

String