Method XmlNode():getChilds() Foundation
Gets specific or all child nodes.
:getChilds( [<cName>] ) --> aChilds
An array of XmlNode() objects representing the child nodes assigned to the node object.
The method :getChilds() retrieves the child nodes associated with the node object. By default, the method returns all child nodes. However, only a subset of the child nodes may optionally be requested by passing the node name in the <cName> parameter. If only a specific child node is to be retrieved, the method :getChild() may be used instead.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.