- appendChar
string appendChar(string s, dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- hexCharacterCode
int hexCharacterCode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseXMLUnmanaged
XmlDocument parseXMLUnmanaged(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- prop
string prop(XmlNode node, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
GC-free parser for a subset of XML.
Description: Has the following limitations: - supports only ASCII and UTF-8 encodings - doesn't support DOCTYPE and some other special tags