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