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