Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
XmlState
/
XmlState
Xml
State
constructor
(
tokenize
:
Int
=
0
,
stateHandler
:
Int
=
0
,
indented
:
Int
=
0
,
tagName
:
String
?
=
null
,
tagStart
:
Int
?
=
null
,
context
:
XmlContext
?
=
null
,
stringStartCol
:
Int
=
0
,
tokenizeData
:
String
?
=
null
,
tokenizeDepth
:
Int
=
0
,
isInAttribute
:
Boolean
=
false
,
baseIndent
:
Int
=
0
)