array(AbstractNode) get_elements(string|void name, int(0..1)|void full)
Returns all element children to this node.
If provided, only elements with that name is returned.
If specified, name matching will be done against the full name.
Returns an array with matching nodes.