xmltokenrange

Undocumented in source.

Members

Enums

XmlTokenKind
enum XmlTokenKind
Undocumented in source.

Functions

eatAttri
string eatAttri(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
eatKey
string eatKey(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
eatWhitespace
void eatWhitespace(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(T t, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(T t, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOfAny
ptrdiff_t indexOfAny(const(Char)[] haystack, const(R2)[] needles, CaseSensitive cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOfAny
ptrdiff_t indexOfAny(const(Char)[] haystack, const(R2)[] needles, size_t startIdx, CaseSensitive cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOfNone
ptrdiff_t indexOfNone(const(Char)[] haystack, const(R2)[] needles, size_t startIdx, CaseSensitive cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOfNone
ptrdiff_t indexOfNone(const(Char)[] haystack, const(R2)[] needles, CaseSensitive cs)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T t, K k, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T t, K k, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
stripLeftIdx
ptrdiff_t stripLeftIdx(C[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
xmlTokenRange
auto xmlTokenRange(InputRange input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

XmlToken
struct XmlToken
Undocumented in source.
XmlTokenRange
struct XmlTokenRange(InputRange)
Undocumented in source.

Meta