ae.utils.xmlparser

Undocumented in source.

Members

Aliases

xmlIsWhite
deprecated alias xmlIsWhite = fastLookup!(xmlWhiteChars, false)
Undocumented in source.
xmlIsWord
deprecated alias xmlIsWord = fastLookup!(xmlWordChars, true)
Undocumented in source.

Functions

genTable
deprecated bool[256] genTable()
Undocumented in source. Be warned that the author may not have intended to support it.
xmlString
deprecated XmlString!S xmlString(S s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

XmlParser
deprecated struct XmlParser(INPUT, OUTPUT)

Does not allocate (except for exceptions). No XML nesting state. Does not check for premature stream end, paired tags, etc.

XmlString
deprecated struct XmlString(S)

Represents a string (slice of XmlParser input stream) which still contains encoded XML entities.

Templates

SliceType
deprecated template SliceType(INPUT)

The type of a slice (using ptrSlice) of an input range used in XmlParser

Variables

xmlWhiteChars
deprecated bool[256] xmlWhiteChars;
Undocumented in source.
xmlWordChars
deprecated bool[256] xmlWordChars;
Undocumented in source.

Meta