XqStackItem

data class XqStackItem(val type: String, val name: String? = null, val tokenize: (StringStream, XQueryState) -> String?? = null)

Constructors

Link copied to clipboard
constructor(type: String, name: String? = null, tokenize: (StringStream, XQueryState) -> String?? = null)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard