dlib.serialization.xml

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

Members

Classes

XmlDocument
class XmlDocument
Undocumented in source.
XmlNode
class XmlNode
Undocumented in source.

Enums

XmlToken
enum XmlToken
Undocumented in source.

Functions

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.

Variables

emptyStr
string emptyStr;
Undocumented in source.
xmlDelims
string[] xmlDelims;
Undocumented in source.

Meta

Authors

Timur Gafarov