A Sandcastle Documented Class Library |
HtmlNodeCollection Members |
HtmlNodeCollection Class Constructors Methods Properties See Also Send Feedback |
The HtmlNodeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlNodeCollection |
Initialize the HtmlNodeCollection with the base parent node
|
Methods
Name | Description | |
---|---|---|
Add |
Add node to the collection
| |
Append |
Add node to the end of the collection
| |
Clear |
Clears out the collection of HtmlNodes. Removes each nodes reference to parentnode, nextnode and prevnode
| |
Contains |
Gets existence of node in collection
| |
CopyTo |
Copy collection to array
| |
Descendants()()()() |
Get all node descended from this collection
| |
Descendants(String) |
Get all node descended from this collection with matching name
| |
Elements()()()() |
Gets all first generation elements in collection
| |
Elements(String) |
Gets all first generation elements matching name
| |
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.) | |
FindFirst(String) |
Get first instance of node with name
| |
FindFirst(HtmlNodeCollection, String) |
Get first instance of node in supplied collection
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNodeIndex |
Get index of node
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Get index of node
| |
Insert |
Insert node at index
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Nodes |
All first generation nodes in collection
| |
Prepend |
Add node to the beginning of the collection
| |
Remove(Int32) |
Remove node at index
| |
Remove(HtmlNode) |
Remove node
| |
RemoveAt |
Remove HtmlNode at index
| |
Replace |
Replace node at index
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements actually contained in the list.
| |
IsReadOnly |
Is collection read only
| |
Item[([( Int32])]) |
Gets the node at the specified index.
| |
Item[([( String])]) |
Get node with tag name
| |
Item[([( HtmlNode])]) |
Gets a given node from the list.
|