currentNode property
Node
get
currentNode
The TreeWalker.currentNode
property represents the
Node which the TreeWalker is currently pointing at.
Implementation
external Node get currentNode;
set
currentNode
(Node value)
Implementation
external set currentNode(Node value);