ITreeWalker.NextNode
ITreeWalker.NextNode method
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node. If the current node has no next node, or if the search for nextNode attempts to step upward from the TreeWalker’s root node, returns null, and retains the current node.
public Node NextNode()
Return Value
The new node, or null if the current node has no next node in the TreeWalker’s logical view.
See Also
- class Node
- interface ITreeWalker
- package com.aspose.html.Dom.Traversal
- package Aspose.HTML