Meeseeks.Document.descendants
You're seeing just the function
descendants
, go back to Meeseeks.Document module for more information.
Specs
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.Element
s.
Returns descendants in depth-first order.
Raises if node_id does not exist in the document.