skip

private fun skip(parser: XmlPullParser)

Skips all xml tags which are not important.

Tracks depth to skip also nested tags.

Parameters

parser

is the XmlPullParser instance that was created in parse method.