toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
XmlEvent
/
EndDocumentEvent
End
Document
Event
class
EndDocumentEvent
(
val
extLocationInfo
:
XmlReader.LocationInfo
?
)
:
XmlEvent
(
source
)
Members
Constructors
End
Document
Event
Link copied to clipboard
constructor
(
locationInfo
:
String
)
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
)
Properties
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
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Link copied to clipboard
open
override
fun
writeTo
(
writer
:
XmlWriter
)