Type Definition minidom::element::Nodes [] [src]

type Nodes<'a> = Iter<'a, Node>;

An iterator over references to all child nodes of an Element.