Meeseeks.Document.next_siblings

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

next_siblings(document, node_id)

View Source

Specs

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

Returns the node ids of the siblings that come after node_id in the context of the document.

Returns all of these siblings, not just those that are Meeseeks.Document.Elements.

Returns siblings in depth-first order.

Raises if node_id does not exist in the document.