kuchiki

Module iter

source
Expand description

Node iterators

Structs§

  • An iterator on ancestor nodes.
  • A node iterator adaptor that yields comment nodes.
  • An iterator of references to a given node and its descendants, in tree order.
  • A node iterator adaptor that yields element nodes.
  • An element iterator adaptor that yields elements maching given selectors.
  • A double-ended iterator of sibling nodes.
  • A node iterator adaptor that yields text nodes.
  • An iterator of the start and end edges of the nodes in a given subtree.

Enums§

  • Marks either the start or the end of a node.

Traits§