NodeIterator
Overview
The NodeIterator interface represents an iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
filter
property filter: Node read;
Node filter { get; }
var filter: Node { get{} }
Node filter { __get; }
ReadOnly Property filter() As Node
root
property root: Node read;
Node root { get; }
var root: Node { get{} }
Node root { __get; }
ReadOnly Property root() As Node