Getting the names of the children

Syntax:

Node._values

To get a list of all of a Node's children, simply use the values property:

Node._values

This will return a list of strings, not Nodes.

If you have a child Node named "_values", you will need to use the get function to retrieve it. See here for more details.

.values -> ._values as of 1.0.0


Revision #8
Created 22 February 2023 14:53:49 by jvadair
Updated 11 May 2023 20:22:46 by jvadair