toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.types
/
VAttrQNameList
VAttr
QName
List
@
Serializable
(
with
=
VAttrQNameList.Serializer::class
)
class
VAttrQNameList
(
values
:
List
<
VQNameListBase.AttrElem
>
)
:
VQNameListBase
<
VQNameListBase.AttrElem
>
(
source
)
Members
Constructors
VAttr
QName
List
Link copied to clipboard
constructor
(
)
constructor
(
values
:
List
<
VQNameListBase.AttrElem
>
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VAttrQNameList
>
Properties
DEFINED
Link copied to clipboard
val
DEFINED
:
VQNameListBase.DEFINED
size
Link copied to clipboard
open
override
val
size
:
Int
values
Link copied to clipboard
val
values
:
List
<
VQNameListBase.AttrElem
>
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.AttrElem
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
VQNameListBase.AttrElem
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
VQNameListBase.AttrElem
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
VQNameListBase.AttrElem
)
:
Int
intersection
Link copied to clipboard
open
override
fun
intersection
(
other
:
VQNameListBase
<
VQNameListBase.AttrElem
>
)
:
VAttrQNameList
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
VQNameListBase.AttrElem
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
VQNameListBase.AttrElem
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
VQNameListBase.AttrElem
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
VQNameListBase.AttrElem
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
VQNameListBase.AttrElem
>
union
Link copied to clipboard
open
override
fun
union
(
other
:
VQNameListBase
<
VQNameListBase.AttrElem
>
)
:
VAttrQNameList