Meeseeks.Document.siblings

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

siblings(document, node_id)

View Source

Specs

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

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.Elements.

Returns siblings in depth-first order.

Raises if node_id does not exist in the document.