Table of Contents

Class Element

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll
public class Element : Node, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IElement, INode
Inheritance
JVMBridgeBase
JVMBridgeBase<Node>
Element
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

Element()

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

[Obsolete("Element 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 Element()

Element(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("Element 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 Element(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

SchemaTypeInfo

public TypeInfo SchemaTypeInfo { get; }

Property Value

TypeInfo

TagName

public String TagName { get; }

Property Value

String

Methods

GetAttribute(String)

public String GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetAttributeNS(String, String)

public String GetAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

Exceptions

DOMException

GetAttributeNode(String)

public Attr GetAttributeNode(String arg0)

Parameters

arg0 String

String

Returns

Attr

Attr

GetAttributeNodeNS(String, String)

public Attr GetAttributeNodeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

Attr

Attr

Exceptions

DOMException

GetElementsByTagName(String)

public NodeList GetElementsByTagName(String arg0)

Parameters

arg0 String

String

Returns

NodeList

NodeList

GetElementsByTagNameNS(String, String)

public NodeList GetElementsByTagNameNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

NodeList

NodeList

Exceptions

DOMException

HasAttribute(String)

public bool HasAttribute(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

HasAttributeNS(String, String)

public bool HasAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool

Exceptions

DOMException

RemoveAttribute(String)

public void RemoveAttribute(String arg0)

Parameters

arg0 String

String

Exceptions

DOMException

RemoveAttributeNS(String, String)

public void RemoveAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

DOMException

RemoveAttributeNode(Attr)

public Attr RemoveAttributeNode(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetAttribute(String, String)

public void SetAttribute(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

DOMException

SetAttributeNS(String, String, String)

public void SetAttributeNS(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

DOMException

SetAttributeNode(Attr)

public Attr SetAttributeNode(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetAttributeNodeNS(Attr)

public Attr SetAttributeNodeNS(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetIdAttribute(String, bool)

public void SetIdAttribute(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

DOMException

SetIdAttributeNS(String, String, bool)

public void SetIdAttributeNS(String arg0, String arg1, bool arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 bool

bool

Exceptions

DOMException

SetIdAttributeNode(Attr, bool)

public void SetIdAttributeNode(Attr arg0, bool arg1)

Parameters

arg0 Attr

Attr

arg1 bool

bool

Exceptions

DOMException