toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
XmlEvent
/
EntityRefEvent
Entity
Ref
Event
class
EntityRefEvent
(
val
extLocationInfo
:
XmlReader.LocationInfo
?
,
val
localName
:
String
,
val
text
:
String
)
:
XmlEvent.TextEvent
(
source
)
Members
Constructors
Entity
Ref
Event
Link copied to clipboard
constructor
(
locationInfo
:
String
,
localName
:
String
,
text
:
String
)
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
localName
:
String
,
text
:
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
override
val
isIgnorable
:
Boolean
local
Name
Link copied to clipboard
val
localName
:
String
text
Link copied to clipboard
val
text
:
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
)