toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.types
/
VQNameList
VQName
List
@
Serializable
(
with
=
VQNameList.Serializer::class
)
class
VQNameList
(
values
:
List
<
VQNameListBase.Elem
>
)
:
VQNameListBase
<
VQNameListBase.Elem
>
(
source
)
Members
Constructors
VQName
List
Link copied to clipboard
constructor
(
)
constructor
(
values
:
List
<
VQNameListBase.Elem
>
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VQNameList
>
Properties
DEFINED
Link copied to clipboard
val
DEFINED
:
VQNameListBase.DEFINED
DEFINEDSIBLING
Link copied to clipboard
val
DEFINEDSIBLING
:
VQNameListBase.DEFINEDSIBLING
size
Link copied to clipboard
open
override
val
size
:
Int
values
Link copied to clipboard
val
values
:
List
<
VQNameListBase.Elem
>
Functions
check
Link copied to clipboard
open
override
fun
check
(
version
:
SchemaVersion
)
contains
Link copied to clipboard
fun
contains
(
name
:
QName
,
isSiblingName
:
ContextT
,
schema
:
ResolvedSchemaLike
)
:
Boolean
open
operator override
fun
contains
(
element
:
VQNameListBase.Elem
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
VQNameListBase.Elem
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
VQNameListBase.Elem
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
VQNameListBase.Elem
)
:
Int
intersection
Link copied to clipboard
open
override
fun
intersection
(
other
:
VQNameListBase
<
VQNameListBase.Elem
>
)
:
VQNameList
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
VQNameListBase.Elem
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
VQNameListBase.Elem
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
VQNameListBase.Elem
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
VQNameListBase.Elem
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
VQNameListBase.Elem
>
union
Link copied to clipboard
open
override
fun
union
(
other
:
VQNameListBase
<
VQNameListBase.Elem
>
)
:
VQNameList