StringAppender

Undocumented in source.

Members

Functions

append
void append(dchar[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
appendEol
void appendEol()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeCharacterEntity
dchar decodeCharacterEntity(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeHex
dchar decodeHex(int pos, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeOct
dchar decodeOct(dchar firstChar, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
get
dchar[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
processEscapeSequences
bool processEscapeSequences()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parseHexDigit
int parseHexDigit(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
dchar[] buf;
Undocumented in source.
entityNameBuf
char[] entityNameBuf;
Undocumented in source.
entityNameLen
int entityNameLen;
Undocumented in source.
errorFlag
bool errorFlag;
Undocumented in source.
len
uint len;
Undocumented in source.

Meta