Getting a list of all children
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.
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.