VPrefixStringList

Special string type that captures a namespace

Constructors

Link copied to clipboard
constructor(elems: List<VString>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val length: Int
Link copied to clipboard
open override val xmlString: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open fun toDouble(): Double
Link copied to clipboard
open fun toFloat(): Float
Link copied to clipboard
open fun toInt(): Int
Link copied to clipboard
open fun toLong(): Long
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun toUInt(): UInt
Link copied to clipboard
open fun toULong(): ULong
Link copied to clipboard