missingdot
Toggle table of contents
0.2.1.1
common
Platform filter
common
Switch theme
Search in API
missingdot
missingdot
/
dev.atsushieno.missingdot.xml
/
XElement
XElement
class
XElement
(
val
localName
:
String
,
ns
:
String
=
""
)
:
XContainer
Members
Constructors
XElement
Link copied to clipboard
constructor
(
localName
:
String
,
ns
:
String
=
""
)
Types
Companion
Link copied to clipboard
object
Companion
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
?
value
Link copied to clipboard
val
value
:
String
Functions
add
Link copied to clipboard
fun
add
(
node
:
XNode
)
fun
add
(
index
:
Int
,
node
:
XNode
)
add
Attribute
Link copied to clipboard
fun
addAttribute
(
attribute
:
XAttribute
)
attribute
Link copied to clipboard
fun
attribute
(
localName
:
String
)
:
XAttribute
?
fun
attribute
(
localName
:
String
,
namespaceUri
:
String
)
:
XAttribute
?
attributes
Link copied to clipboard
fun
attributes
(
)
:
List
<
XAttribute
>
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