Documentation Language: Swift

Class

XMLTree.Iterator

Iterates over the document in depth-first pre-order.

class Iterator

Topics

Instance Methods

F
next()

Returns the next element together with its level and parent.

Relationships

Conforms To