ContentBlockTreeWalker

Used for traversing ContentBlockTree structures in depth-first order.

Constructors

Link copied to clipboard
constructor(rootNodes: List<ContentBlock>)

Functions

Link copied to clipboard

Advances to the specified node.

Link copied to clipboard

If there are more nodes to visit by calling next()

Link copied to clipboard

Returns the next node in depth-first order. Calling this method if hasNext() return false will throw an exception.