NodeList
NodeList class
The list of node.
public class NodeList : IEnumerable<Node>
Properties
| Name | Description |
|---|---|
| Item { get; } | Gets the node at the specified index in the list. |
| Length { get; } | Gets the number of nodes in the list. |
Methods
| Name | Description |
|---|---|
| Add(Node) | Adds the node to the end of list. |
| GetEnumerator() | Returns an enumerator that iterates through the list. |
See Also
- class Node
- namespace Aspose.Finance.Xbrl.Dom
- assembly Aspose.Finance