toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
XmlEvent
/
NamedEvent
Named
Event
abstract
class
NamedEvent
(
val
extLocationInfo
:
XmlReader.LocationInfo
?
,
val
namespaceUri
:
String
,
val
localName
:
String
,
val
prefix
:
String
)
:
XmlEvent
(
source
)
Inheritors
EndElementEvent
StartElementEvent
Members
Constructors
Named
Event
Link copied to clipboard
constructor
(
locationInfo
:
String
,
namespaceUri
:
String
,
localName
:
String
,
prefix
:
String
)
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
namespaceUri
:
String
,
localName
:
String
,
prefix
:
String
)
Properties
event
Type
Link copied to clipboard
abstract
val
eventType
:
EventType
ext
Location
Info
Link copied to clipboard
val
extLocationInfo
:
XmlReader.LocationInfo
?
is
Ignorable
Link copied to clipboard
open
val
isIgnorable
:
Boolean
local
Name
Link copied to clipboard
val
localName
:
String
name
Link copied to clipboard
val
name
:
QName
namespace
Uri
Link copied to clipboard
val
namespaceUri
:
String
prefix
Link copied to clipboard
val
prefix
:
String
Functions
is
Equal
Names
Link copied to clipboard
fun
isEqualNames
(
ev
:
XmlEvent.NamedEvent
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Link copied to clipboard
abstract
fun
writeTo
(
writer
:
XmlWriter
)