Meeseeks.Document.descendants

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

descendants(document, node_id)

View Source

Specs

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

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

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

Returns descendants in depth-first order.

Raises if node_id does not exist in the document.