create_node_iterator method

create_node_iterator

Defines the interface for create of the node iterator.

Returns

The node iterator.

def create_node_iterator(self, filter):
    ...
ParameterTypeDescription
filterMarkdownSyntaxNodeFilterThe filter.

create_node_iterator

Defines the interface for create of the node iterator.

Returns

The node iterator.

def create_node_iterator(self, root):
    ...
ParameterTypeDescription
rootMarkdownSyntaxNodeThe MarkdownSyntaxNode.

create_node_iterator

Defines the interface for create of the node iterator.

Returns

The node iterator.

def create_node_iterator(self, root, filter):
    ...
ParameterTypeDescription
rootMarkdownSyntaxNodeThe MarkdownSyntaxNode.
filterMarkdownSyntaxNodeFilterThe MarkdownSyntaxNodeFilter.

See Also