This class does all the parsing stuff. It looks for possible tags inside of a given template string, using the TagHandler to identify valid tags. The output of all valid tags is then inserted into the template string, replacing the tags.
See http://www.oliver-matuschin.de for more information and version udpates.
The constructor of Temply. If no TagHandler is provided, or if the TagHandler is null, an instance of the EmptyTagHandler will be used for tag processing.