XmlState

data class XmlState(var tokenize: Int = 0, var stateHandler: Int = 0, var indented: Int = 0, var tagName: String? = null, var tagStart: Int? = null, var context: XmlContext? = null, var stringStartCol: Int = 0, var tokenizeData: String? = null, var tokenizeDepth: Int = 0, var isInAttribute: Boolean = false, var baseIndent: Int = 0)

Constructors

Link copied to clipboard
constructor(tokenize: Int = 0, stateHandler: Int = 0, indented: Int = 0, tagName: String? = null, tagStart: Int? = null, context: XmlContext? = null, stringStartCol: Int = 0, tokenizeData: String? = null, tokenizeDepth: Int = 0, isInAttribute: Boolean = false, baseIndent: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard