toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
XmlEvent
/
ProcessingInstructionEvent
Processing
Instruction
Event
class
ProcessingInstructionEvent
(
val
extLocationInfo
:
XmlReader.LocationInfo
?
,
val
target
:
String
,
val
data
:
String
)
:
XmlEvent.TextEvent
(
source
)
Members
Constructors
Processing
Instruction
Event
Link copied to clipboard
constructor
(
locationInfo
:
String
,
target
:
String
,
data
:
String
)
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
target
:
String
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
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
override
val
isIgnorable
:
Boolean
target
Link copied to clipboard
val
target
:
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
)