missingdot
Toggle table of contents
0.2.1.1
common
Platform filter
common
Switch theme
Search in API
missingdot
missingdot
/
dev.atsushieno.missingdot.xml
/
XContainer
XContainer
abstract
class
XContainer
:
XNode
Inheritors
XDocument
XElement
Members
Properties
first
Node
Link copied to clipboard
val
firstNode
:
XNode
?
last
Node
Link copied to clipboard
val
lastNode
:
XNode
?
local
Name
Link copied to clipboard
val
localName
:
String
namespace
Uri
Link copied to clipboard
val
namespaceUri
:
String
next
Node
Link copied to clipboard
val
nextNode
:
XNode
?
nodes
Link copied to clipboard
val
nodes
:
Iterable
<
XNode
>
node
Type
Link copied to clipboard
val
nodeType
:
XmlNodeType
parent
Link copied to clipboard
val
parent
:
XContainer
?
Functions
add
Link copied to clipboard
fun
add
(
node
:
XNode
)
fun
add
(
index
:
Int
,
node
:
XNode
)
element
Link copied to clipboard
fun
element
(
localName
:
String
)
:
XElement
?
fun
element
(
localName
:
String
,
namespaceUri
:
String
)
:
XElement
?
elements
Link copied to clipboard
fun
elements
(
)
:
Iterable
<
XElement
>
fun
elements
(
localName
:
String
)
:
List
<
XElement
>
fun
elements
(
localName
:
String
,
namespaceUri
:
String
)
:
List
<
XElement
>
remove
Link copied to clipboard
fun
remove
(
node
:
XNode
)
remove
At
Link copied to clipboard
fun
removeAt
(
index
:
Int
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String