XmlParser

class XmlParser(isNamespaceAware: Boolean = true, isCaseSensitive: Boolean = true)

XML Parser with support for namespaces, mixed content and lang inheritance

isNamespaceAware behaves as defined in XmlPullParser specification. If isCaseSensitive is false, attribute and tag names are lowercased during the parsing

Constructors

Link copied to clipboard
constructor(isNamespaceAware: Boolean = true, isCaseSensitive: Boolean = true)

Functions

Link copied to clipboard