NodeListT Class
NodeList<T> class
Base implementation of the NodeList.
public abstract class NodeList<T> : IEnumerable<T>, IWritable
where T : MarkdownSyntaxNode
| Parameter | Description |
|---|---|
| T | The T type. |
Properties
| Name | Description |
|---|---|
| abstract getCount Gets the number of node in the list. |
Methods
| Name | Description |
|---|---|
| abstract Get(int) | Gets the node at the given index. |
| abstract GetEnumerator() | Gets the nodes in the collection. |
| writeTo(TextWriter) | Write nodes to text writer. |
See Also
- interface IWritable
- class MarkdownSyntaxNode
- package com.aspose.html.toolkit.markdown.syntax
- package Aspose.HTML