klyn.io.xml.dom.DomNodeList.length
property
public readonly property length as Int:
Description

Number of nodes in the list.

Returns

Node count as an Int.

Example
nodes = DomNodeList()
print(nodes.length)