xmlutil
Toggle table of contents
1.0.0-rc1
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
XmlReader
/
requireNext
require
Next
open
fun
requireNext
(
type
:
EventType
,
namespace
:
String
?
,
name
:
String
?
)
open
fun
requireNext
(
type
:
EventType
,
name
:
QName
?
)
Check that the next element is as required.
null
values are not checked.