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
/
EndDocumentEvent
End
Document
Event
class
EndDocumentEvent
(
extLocationInfo
:
XmlReader.LocationInfo
?
)
:
XmlEvent
Members
Constructors
End
Document
Event
Link copied to clipboard
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
)
constructor
(
locationInfo
:
String
)
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
)