Module yang2::iter

source ·
Expand description

YANG iterators.

Structs§

  • An iterator over the ancestors of a node.
  • An iterator over an array of nodes or substatements.
  • An iterator over a list of metadata.
  • An iterator over a list of schema modules.
  • An iterator over a set of nodes.
  • An iterator over the sibings of a node.
  • An iterator over all elements in a tree (depth-first search algorithm).