Meeseeks.Document.children

You're seeing just the function children, go back to Meeseeks.Document module for more information.
Link to this function

children(document, node_id)

View Source

Specs

children(t(), node_id()) :: [node_id()] | no_return()

Returns the node ids of node_id's children in the context of the document.

Returns all children, not just those that are Meeseeks.Document.Elements.

Returns children in depth-first order.

Raises if node_id does not exist in the document.