Meeseeks.Document.siblings
You're seeing just the function
siblings
, go back to Meeseeks.Document module for more information.
Specs
Returns the node ids of node_id's siblings in the context of the document.
Returns all siblings, including node_id itself, and not just those
that are Meeseeks.Document.Element
s.
Returns siblings in depth-first order.
Raises if node_id does not exist in the document.