toggle menu
xmlutil
0.90.2
Native
Common
JS
JVM
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
QName
QName
Native
Common
JS
JVM
actual
class
QName
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
(
source
)
expect
class
QName
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
(
source
)
actual
class
QName
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
(
source
)
actual
typealias
QName
=
javax.xml.namespace.QName
(
source
)
Members
Members & Extensions
Constructors
QName
Link copied to clipboard
Native
Common
JS
actual
constructor
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
actual
constructor
(
namespaceURI
:
String
,
localPart
:
String
)
actual
constructor
(
localPart
:
String
)
expect
constructor
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
expect
constructor
(
namespaceURI
:
String
,
localPart
:
String
)
expect
constructor
(
localPart
:
String
)
actual
constructor
(
namespaceURI
:
String
,
localPart
:
String
,
prefix
:
String
)
actual
constructor
(
namespaceURI
:
String
,
localPart
:
String
)
actual
constructor
(
localPart
:
String
)
Properties
local
Part
Link copied to clipboard
val
QName
.
localPart
:
String
namespace
URI
Link copied to clipboard
val
QName
.
namespaceURI
:
String
prefix
Link copied to clipboard
val
QName
.
prefix
:
String
Functions
equals
Link copied to clipboard
Native
JS
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Local
Part
Link copied to clipboard
Native
Common
JS
actual
fun
getLocalPart
(
)
:
String
expect
fun
getLocalPart
(
)
:
String
actual
fun
getLocalPart
(
)
:
String
get
Namespace
URI
Link copied to clipboard
Native
Common
JS
actual
fun
getNamespaceURI
(
)
:
String
expect
fun
getNamespaceURI
(
)
:
String
actual
fun
getNamespaceURI
(
)
:
String
get
Prefix
Link copied to clipboard
Native
Common
JS
actual
fun
getPrefix
(
)
:
String
expect
fun
getPrefix
(
)
:
String
actual
fun
getPrefix
(
)
:
String
hash
Code
Link copied to clipboard
Native
JS
open
override
fun
hashCode
(
)
:
Int
open
override
fun
hashCode
(
)
:
Int
is
Equivalent
Link copied to clipboard
infix
fun
QName
.
isEquivalent
(
other
:
QName
)
:
Boolean
to
CName
Link copied to clipboard
fun
QName
.
toCName
(
)
:
String
to
Namespace
Link copied to clipboard
fun
QName
.
toNamespace
(
)
:
Namespace
to
String
Link copied to clipboard
Native
JS
open
override
fun
toString
(
)
:
String
open
override
fun
toString
(
)
:
String