toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.types
/
VNotNamespaceList
VNot
Namespace
List
@
Serializable
(
with
=
VNotNamespaceList.Serializer::class
)
class
VNotNamespaceList
(
values
:
List
<
VNotNamespaceList.Elem
>
)
:
List
<
VNotNamespaceList.Elem
>
(
source
)
Members
Constructors
VNot
Namespace
List
Link copied to clipboard
constructor
(
)
constructor
(
values
:
List
<
VNotNamespaceList.Elem
>
)
Types
Elem
Link copied to clipboard
sealed
class
Elem
LOCAL
Link copied to clipboard
object
LOCAL
:
VNotNamespaceList.Elem
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
VNotNamespaceList
>
TARGETNAMESPACE
Link copied to clipboard
object
TARGETNAMESPACE
:
VNotNamespaceList.Elem
Uri
Link copied to clipboard
class
Uri
(
val
value
:
VAnyURI
)
:
VNotNamespaceList.Elem
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
VNotNamespaceList.Elem
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
VNotNamespaceList.Elem
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
VNotNamespaceList.Elem
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
VNotNamespaceList.Elem
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
VNotNamespaceList.Elem
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
VNotNamespaceList.Elem
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
VNotNamespaceList.Elem
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
VNotNamespaceList.Elem
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
VNotNamespaceList.Elem
>