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