[This is preliminary documentation and is subject to change.]
The Node type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Node |
Node Constructor.
|
Methods
Name | Description | |
---|---|---|
AppendChild |
Appends a new child node.
| |
CloneNode |
Clones this node.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetWebKitObject |
Gets the underlying WebKit IDOMNode object.
| |
InsertBefore |
Inserts a new node before an existing child node.
| |
IsEqualNode |
Checks if a node is equal to this one.
| |
IsSameNode |
Checks if a node is the same as this one.
| |
IsSupported |
Checks whether a specified feature is supported on this node.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
RemoveChild |
Removes a child node.
| |
ReplaceChild |
Replaces a child node with a new node.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ChildNodes |
Gets a collection containing this node's children.
| |
FirstChild |
Gets the first child of this node.
| |
HasAttributes |
Gets a value indicating whether this node has any attributes.
| |
HasChildNodes |
Gets a value indicating whether this node has any children.
| |
LastChild |
Gets the last child of this node.
| |
LocalName |
Gets the local part of the name of a node.
| |
NamespaceURI |
Gets the namespace URI of this node.
| |
NextSibling |
Gets the node immediately following this one.
| |
NodeName |
Gets the name of this node.
| |
NodeType |
Gets the type of this node.
| |
NodeValue |
Gets or sets the value of this node.
| |
OwnerDocument |
Gets the document that this node belongs to.
| |
ParentNode |
Gets the parent of this node.
| |
Prefix |
Gets or sets the namespace prefix of this node.
| |
PreviousSibling |
Gets the node immediately preceding this one.
| |
TextContent |
Gets or sets the textual content of this node.
|