subTreeReader

abstract fun subTreeReader(subtreeStartDepth: XmlStreamReader.SubtreeStartDepth = SubtreeStartDepth.CHILD): XmlStreamReader

Return another reader that starts and terminates at the current level (CURRENT) or the current level + 1 (CHILD), starting at the next node to be read from the stream.

Parameters

subtreeStartDepth

Determines minimum depth of the subtree