newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
RangeLexer.setSource
newxml
lexers
RangeLexer
Undocumented in source. Be warned that the author may not have intended to support it.
void
setSource
(T input)
struct
RangeLexer
(T)
static if
(
is(typeof(representation!CharacterType("")))
)
void
setSource
(
T
input
)
if
(
isInputRange
!
T
)
void
setSource
(T input)
alias
CharacterType
=
ElementEncodingType
!
T
alias
InputType
=
T
Meta
Source
See Implementation
newxml
lexers
RangeLexer
aliases
CharacterType
InputType
functions
advanceUntil
advanceUntilAny
dropWhile
empty
get
save
setSource
start
testAndAdvance