XML.Node.children
Description
Array of child nodes.
Each element of the array can be a XML.Node for a tag node, or a string for a text node.
Syntax
node.childrennode.children[index]
Array of child nodes.
Each element of the array can be a XML.Node for a tag node, or a string for a text node.
node.childrennode.children[index]