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
/
ProcessingInstructionEvent
Processing
Instruction
Event
class
ProcessingInstructionEvent
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
val
target
:
String
,
val
data
:
String
)
:
XmlEvent.TextEvent
Members
Constructors
Processing
Instruction
Event
Link copied to clipboard
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
target
:
String
,
data
:
String
)
constructor
(
locationInfo
:
String
,
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
)