public interface NodeList:
Ordered list of DOM nodes.
import org.w3c.dom children as NodeList = document.childNodes print(children.length)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | lengthlength as Int |
Number of nodes in this list. |