toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VAnyURI
VAny
URI
@
Serializable
(
with
=
VAnyURI.Serializer::class
)
sealed
class
VAnyURI
:
VAnyAtomicType
,
CharSequence
(
source
)
Inheritors
VParsedURI
VRelaxedURI
Members
Members & Extensions
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VAnyURI
>
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
value
Link copied to clipboard
val
value
:
String
xml
String
Link copied to clipboard
abstract
val
xmlString
:
String
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
String
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
Char
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
NCName
Link copied to clipboard
fun
CharSequence
.
isNCName
(
)
:
Boolean
is
NCName10
Link copied to clipboard
fun
CharSequence
.
isNCName10
(
)
:
Boolean
is
Xml
Name
Link copied to clipboard
fun
CharSequence
.
isXmlName
(
)
:
Boolean
is
Xml
Name10
Link copied to clipboard
fun
CharSequence
.
isXmlName10
(
)
:
Boolean
sub
Sequence
Link copied to clipboard
abstract
fun
subSequence
(
startIndex
:
Int
,
endIndex
:
Int
)
:
CharSequence