ITreeWalker.LastChild
ITreeWalker.LastChild method
Moves the TreeWalker to the last visible child of the current node, and returns the new node. If the current node has no visible children, returns null, and retains the current node.
public Node LastChild()
Return Value
The new node, or null if the current node has no children in the TreeWalker’s logical view.
See Also
- class Node
- interface ITreeWalker
- package com.aspose.html.Dom.Traversal
- package Aspose.HTML