Table of Contents

Interface INode

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

.NET interface for TO BE DEFINED FROM USER

public interface INode

Properties

Attributes

NamedNodeMap Attributes { get; }

Property Value

NamedNodeMap

BaseURI

String BaseURI { get; }

Property Value

String

ChildNodes

NodeList ChildNodes { get; }

Property Value

NodeList

FirstChild

Node FirstChild { get; }

Property Value

Node

LastChild

Node LastChild { get; }

Property Value

Node

LocalName

String LocalName { get; }

Property Value

String

NamespaceURI

String NamespaceURI { get; }

Property Value

String

NextSibling

Node NextSibling { get; }

Property Value

Node

NodeName

String NodeName { get; }

Property Value

String

NodeType

short NodeType { get; }

Property Value

short

NodeValue

String NodeValue { get; set; }

Property Value

String

OwnerDocument

Document OwnerDocument { get; }

Property Value

Document

ParentNode

Node ParentNode { get; }

Property Value

Node

Prefix

String Prefix { get; set; }

Property Value

String

PreviousSibling

Node PreviousSibling { get; }

Property Value

Node

TextContent

String TextContent { get; set; }

Property Value

String

Methods

AppendChild(Node)

Node AppendChild(Node arg0)

Parameters

arg0 Node

Node

Returns

Node

Node

Exceptions

DOMException

CloneNode(bool)

Node CloneNode(bool arg0)

Parameters

arg0 bool

bool

Returns

Node

Node

CompareDocumentPosition(Node)

short CompareDocumentPosition(Node arg0)

Parameters

arg0 Node

Node

Returns

short

short

Exceptions

DOMException

GetFeature(String, String)

object GetFeature(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

object

object

GetUserData(String)

object GetUserData(String arg0)

Parameters

arg0 String

String

Returns

object

object

HasAttributes()

bool HasAttributes()

Returns

bool

bool

HasChildNodes()

bool HasChildNodes()

Returns

bool

bool

InsertBefore(Node, Node)

Node InsertBefore(Node arg0, Node arg1)

Parameters

arg0 Node

Node

arg1 Node

Node

Returns

Node

Node

Exceptions

DOMException

IsDefaultNamespace(String)

bool IsDefaultNamespace(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

IsEqualNode(Node)

bool IsEqualNode(Node arg0)

Parameters

arg0 Node

Node

Returns

bool

bool

IsSameNode(Node)

bool IsSameNode(Node arg0)

Parameters

arg0 Node

Node

Returns

bool

bool

IsSupported(String, String)

bool IsSupported(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool

LookupNamespaceURI(String)

String LookupNamespaceURI(String arg0)

Parameters

arg0 String

String

Returns

String

String

LookupPrefix(String)

String LookupPrefix(String arg0)

Parameters

arg0 String

String

Returns

String

String

Normalize()

void Normalize()

RemoveChild(Node)

Node RemoveChild(Node arg0)

Parameters

arg0 Node

Node

Returns

Node

Node

Exceptions

DOMException

ReplaceChild(Node, Node)

Node ReplaceChild(Node arg0, Node arg1)

Parameters

arg0 Node

Node

arg1 Node

Node

Returns

Node

Node

Exceptions

DOMException

SetUserData(String, object, UserDataHandler)

object SetUserData(String arg0, object arg1, UserDataHandler arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 UserDataHandler

UserDataHandler

Returns

object

object