next_node method

next_node

Defines the interface for get next node.

Returns

The MarkdownSyntaxNode.

def next_node(self):
    ...

See Also