Classes | |
| class | Dom.LanguageEvent |
| class | Dom.LanguageInfo |
| Standard information about a particular language. More... | |
| class | Dom.Language |
| class | Dom.LanguageGroup |
| A particular group of variables within a language. E.g. Used by &GroupName.VariableName; with a LanguageGroup instance per language. More... | |
| class | Dom.LanguageLoader |
| Override this class to provide methods for loading language files. They may be delivered in many different ways because of this. More... | |
Namespaces | |
| Dom | |
| The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality. | |
Constant Groups | |
| Dom | |
| The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality. | |
Functions | |
| delegate void | Dom.LanguageEventDelegate (LanguageEvent e) |
| Called when a group of variables has been loaded. More... | |
| delegate void | Dom.LanguageTextEvent (string result) |