missingdot
Toggle table of contents
0.2.1.1
common
Platform filter
common
Switch theme
Search in API
missingdot
missingdot
/
dev.atsushieno.missingdot.xml
/
XmlReader
Xml
Reader
abstract
class
XmlReader
:
IXmlLineInfo
Inheritors
XmlTextReader
Members
Constructors
Xml
Reader
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attribute
Count
Link copied to clipboard
abstract
val
attributeCount
:
Int
depth
Link copied to clipboard
abstract
val
depth
:
Int
eof
Link copied to clipboard
abstract
val
eof
:
Boolean
is
CDATA
Link copied to clipboard
abstract
val
isCDATA
:
Boolean
is
Empty
Element
Link copied to clipboard
abstract
val
isEmptyElement
:
Boolean
line
Number
Link copied to clipboard
abstract
val
lineNumber
:
Int
line
Position
Link copied to clipboard
abstract
val
linePosition
:
Int
local
Name
Link copied to clipboard
abstract
val
localName
:
String
name
Link copied to clipboard
open
val
name
:
String
namespace
Uri
Link copied to clipboard
abstract
val
namespaceUri
:
String
node
Type
Link copied to clipboard
abstract
val
nodeType
:
XmlNodeType
prefix
Link copied to clipboard
abstract
val
prefix
:
String
value
Link copied to clipboard
abstract
val
value
:
String
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
move
To
Content
Link copied to clipboard
open
fun
moveToContent
(
)
:
Boolean
move
To
Element
Link copied to clipboard
abstract
fun
moveToElement
(
)
move
To
First
Attribute
Link copied to clipboard
abstract
fun
moveToFirstAttribute
(
)
:
Boolean
move
To
Next
Attribute
Link copied to clipboard
abstract
fun
moveToNextAttribute
(
)
:
Boolean
read
Link copied to clipboard
abstract
fun
read
(
)
:
Boolean
read
Element
Content
As
String
Link copied to clipboard
fun
readElementContentAsString
(
)
:
String
read
End
Element
Link copied to clipboard
open
fun
readEndElement
(
)
read
Start
Element
Link copied to clipboard
fun
readStartElement
(
)
fun
readStartElement
(
name
:
String
?
)
fun
readStartElement
(
localName
:
String
?
,
namespaceUri
:
String
?
)