htmlElement Members
The following tables list the members exposed by the htmlElement type.
Public Properties
Name | Description | |
---|---|---|
Returns an array containing the direct descendants of the specified element. |
||
Retrieves the class name for the specified element. |
||
Retrieves the ID for the specified element. |
||
Sets or retrieves the HTML between the start and end tags of the specified element. |
||
Retrieves the text between the start and end tags of the specified element. |
||
Retrieves a reference to the next child of the parent for the specified element. |
||
Sets or retrieves the specified element and its content in HTML. |
||
Retrieves the hierarchical parent of the specified element. |
||
Retrieves a reference to the previous child of the parent for the specified element. |
||
Retrieves the tag name for the specified element. |
Public Methods
Name | Description | |
---|---|---|
Retrieves the value of an attribute from the current element. |
||
Removes an attribute from the element. |
||
Sets the value of the specified attribute. |
See Also
Concepts
Copyright © 2011 by Microsoft Corporation. All rights reserved.