xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
XmlEvent
/
StartDocumentEvent
Start
Document
Event
class
StartDocumentEvent
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
val
encoding
:
String
?
,
val
version
:
String
?
,
val
standalone
:
Boolean
?
)
:
XmlEvent
Members
Constructors
Start
Document
Event
Link copied to clipboard
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
encoding
:
String
?
,
version
:
String
?
,
standalone
:
Boolean
?
)
constructor
(
locationInfo
:
String
,
encoding
:
String
?
,
version
:
String
?
,
standalone
:
Boolean
?
)
Properties
encoding
Link copied to clipboard
val
encoding
:
String
?
event
Type
Link copied to clipboard
open
override
val
eventType
:
EventType
ext
Location
Info
Link copied to clipboard
val
extLocationInfo
:
XmlReader.LocationInfo
?
is
Ignorable
Link copied to clipboard
open
val
isIgnorable
:
Boolean
standalone
Link copied to clipboard
val
standalone
:
Boolean
?
version
Link copied to clipboard
val
version
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Link copied to clipboard
open
override
fun
writeTo
(
writer
:
XmlWriter
)