FullVariableSet.cs File Reference

Classes

class  Dom.FullVariableSet
 This set represents a set of variables in text, denoted by Implemented at e.g. UI.Variables/Speech.Variables. The event OnFind can be used to resolve a variable not found in either custom variables or the language (for localization) set. Nested variables (variables in a variables text) are evaluated at the point of replacement, not load. 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.GroupResolveEvent (string variableName, LanguageTextEvent onResolved)
 Used when diverting a group. E.g. &items.1.name; - the group 'items' can be diverted so this variable can be loaded in a custom way. More...