Package-level declarations

The ktxml core parser API.

Types

Link copied to clipboard

Enumeration of all even types reported by KtXml. Some event types are only reported when calling nextToken() (opposed to next()).

Link copied to clipboard
interface XmlPullParser

KtXmplParser is an interface that defines parsing functionality based on the XMLPULL V2 API, adapted to Kotlin.

Link copied to clipboard
class XmlPullParserException(message: String, positionDescription: String, val lineNumber: Int = -1, val columnNumber: Int = -1) : RuntimeException

Exception thrown in case of parsing errors, containing position information.