XML_Element.children
children
Group: Selections
Documentation
Gets the child elements of an XML element.
children only returns child elements and child text nodes that are not
100% whitespace. Other node types, such as comments, are not included.
Examples
XML_Document.parse 'hello ' . root_element . children
# => [XML_Document.parse "<baz>hello</baz>"]