Table of Contents

Interface IElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IElement : INode
Inherited Members

Properties

SchemaTypeInfo

TypeInfo SchemaTypeInfo { get; }

Property Value

TypeInfo

TagName

String TagName { get; }

Property Value

String

Methods

GetAttribute(String)

String GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetAttributeNS(String, String)

String GetAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

Exceptions

DOMException

GetAttributeNode(String)

Attr GetAttributeNode(String arg0)

Parameters

arg0 String

String

Returns

Attr

Attr

GetAttributeNodeNS(String, String)

Attr GetAttributeNodeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

Attr

Attr

Exceptions

DOMException

GetElementsByTagName(String)

NodeList GetElementsByTagName(String arg0)

Parameters

arg0 String

String

Returns

NodeList

NodeList

GetElementsByTagNameNS(String, String)

NodeList GetElementsByTagNameNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

NodeList

NodeList

Exceptions

DOMException

HasAttribute(String)

bool HasAttribute(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

HasAttributeNS(String, String)

bool HasAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool

Exceptions

DOMException

RemoveAttribute(String)

void RemoveAttribute(String arg0)

Parameters

arg0 String

String

Exceptions

DOMException

RemoveAttributeNS(String, String)

void RemoveAttributeNS(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

DOMException

RemoveAttributeNode(Attr)

Attr RemoveAttributeNode(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetAttribute(String, String)

void SetAttribute(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Exceptions

DOMException

SetAttributeNS(String, String, String)

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

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Exceptions

DOMException

SetAttributeNode(Attr)

Attr SetAttributeNode(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetAttributeNodeNS(Attr)

Attr SetAttributeNodeNS(Attr arg0)

Parameters

arg0 Attr

Attr

Returns

Attr

Attr

Exceptions

DOMException

SetIdAttribute(String, bool)

void SetIdAttribute(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

DOMException

SetIdAttributeNS(String, String, bool)

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

Parameters

arg0 String

String

arg1 String

String

arg2 bool

bool

Exceptions

DOMException

SetIdAttributeNode(Attr, bool)

void SetIdAttributeNode(Attr arg0, bool arg1)

Parameters

arg0 Attr

Attr

arg1 bool

bool

Exceptions

DOMException