koxlim
Module Contents
alltypes
Module Contents
class
Koxlim
Module Contents
Koxlim
(
xml
:
String
)
Koxlim
(
stream
:
InputStream
)
val
document
:
Document
org.w3c.dom.Document
Module Contents
operator
fun
Document
.
get
(
vararg
keys
:
String
)
:
List
<
Node
>
org.w3c.dom.NamedNodeMap
Module Contents
operator
fun
NamedNodeMap
.
get
(
key
:
String
)
:
String
fun
NamedNodeMap
.
getAll
(
)
:
Map
<
String
,
String
>
org.w3c.dom.Node
Module Contents
val
Node
.
childs
:
List
<
Node
>
val
Node
.
comment
:
String
?
fun
Node
.
hasComment
(
)
:
Boolean
fun
Node
.
isArray
(
)
:
Boolean
fun
Node
.
isComment
(
)
:
Boolean
fun
Node
.
isElement
(
)
:
Boolean
fun
Node
.
isText
(
)
:
Boolean
val
Node
.
nodeComment
:
Node
?
org.w3c.dom.NodeList
Module Contents
operator
fun
NodeList
.
get
(
index
:
Int
)
:
Node
?
package
koxlim
Module Contents
class
Koxlim
Module Contents
Koxlim
(
xml
:
String
)
Koxlim
(
stream
:
InputStream
)
val
document
:
Document
package
koxlim.extensions
Module Contents
org.w3c.dom.Document
Module Contents
operator
fun
Document
.
get
(
vararg
keys
:
String
)
:
List
<
Node
>
org.w3c.dom.NamedNodeMap
Module Contents
operator
fun
NamedNodeMap
.
get
(
key
:
String
)
:
String
fun
NamedNodeMap
.
getAll
(
)
:
Map
<
String
,
String
>
org.w3c.dom.Node
Module Contents
val
Node
.
childs
:
List
<
Node
>
val
Node
.
comment
:
String
?
fun
Node
.
hasComment
(
)
:
Boolean
fun
Node
.
isArray
(
)
:
Boolean
fun
Node
.
isComment
(
)
:
Boolean
fun
Node
.
isElement
(
)
:
Boolean
fun
Node
.
isText
(
)
:
Boolean
val
Node
.
nodeComment
:
Node
?
org.w3c.dom.NodeList
Module Contents
operator
fun
NodeList
.
get
(
index
:
Int
)
:
Node
?