[This is preliminary documentation and is subject to change.]
The Element type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Element |
Element constructor.
|
Methods
| Name | Description | |
|---|---|---|
| AppendChild |
Appends a new child node.
(Inherited from Node.) | |
| Blur |
Removes input focus from this element.
| |
| CloneNode |
Clones this node.
(Inherited from 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.) | |
| Focus |
Sets input focus to this element.
| |
| GetAttribute |
Gets the value of the attribute with the specified name.
| |
| GetAttributeNode |
Gets the attribute node with the specified name.
| |
| GetAttributeNodeNS |
Gets the attribute node with the specified namespace and name.
| |
| GetAttributeNS |
Gets the value of the attribute with the specified namespace and name.
| |
| 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.
(Inherited from Node.) | |
| HasAttribute |
Checks whether the element has an attribute matching the specified name.
| |
| HasAttributeNS |
Checks whether the element has an attribute matching the specified namespace and name.
| |
| InsertBefore |
Inserts a new node before an existing child node.
(Inherited from Node.) | |
| IsEqualNode |
Checks if a node is equal to this one.
(Inherited from Node.) | |
| IsSameNode |
Checks if a node is the same as this one.
(Inherited from Node.) | |
| IsSupported |
Checks whether a specified feature is supported on this node.
(Inherited from Node.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveAttribute |
Removes the attribute with the specified name.
| |
| RemoveAttributeNode |
Removes the specified attribute.
| |
| RemoveAttributeNS |
Removes the attribute with the specified namespace and name.
| |
| RemoveChild |
Removes a child node.
(Inherited from Node.) | |
| ReplaceChild |
Replaces a child node with a new node.
(Inherited from Node.) | |
| SetAttribute |
Adds a new attribute with the specified name and value.
| |
| SetAttributeNode |
Adds a new attribute node.
| |
| SetAttributeNodeNS |
Adds a new attribute node.
| |
| SetAttributeNS |
Adds a new attribute with the specified namespace, name and value.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Gets a NamedNodeMap of attributes for the element.
| |
| ChildNodes |
Gets a collection containing this node's children.
(Inherited from Node.) | |
| FirstChild |
Gets the first child of this node.
(Inherited from Node.) | |
| HasAttributes |
Gets a value indicating whether this node has any attributes.
(Inherited from Node.) | |
| HasChildNodes |
Gets a value indicating whether this node has any children.
(Inherited from Node.) | |
| LastChild |
Gets the last child of this node.
(Inherited from Node.) | |
| LocalName |
Gets the local part of the name of a node.
(Inherited from Node.) | |
| NamespaceURI |
Gets the namespace URI of this node.
(Inherited from Node.) | |
| NextSibling |
Gets the node immediately following this one.
(Inherited from Node.) | |
| NodeName |
Gets the name of this node.
(Inherited from Node.) | |
| NodeType |
Gets the type of this node.
(Inherited from Node.) | |
| NodeValue |
Gets or sets the value of this node.
(Inherited from Node.) | |
| OwnerDocument |
Gets the document that this node belongs to.
(Inherited from Node.) | |
| ParentNode |
Gets the parent of this node.
(Inherited from Node.) | |
| Prefix |
Gets or sets the namespace prefix of this node.
(Inherited from Node.) | |
| PreviousSibling |
Gets the node immediately preceding this one.
(Inherited from Node.) | |
| TagName |
Gets the name of the element.
| |
| TextContent |
Gets or sets the textual content of this node.
(Inherited from Node.) |