Regex tree
Regex tree is a collection of named regexes arranged as a tree structure. Regex tree is applied to the input text so that a root regex is applied to the initial text and then each of its child regexes is applied to captures of certain group of their parent and so on. Regex tree can contain more than one root regex. A general regex tree segment is showed in the diagram below:

A regex tree can be saved in xml file of the predefined format called as regex tree file (or .rgx file). After that, .rgx file can be used by Cliver.Parser library within your code.
Copyright © 2006-2008, Sergey Stoyan, CliverSoft
This help file has been generated by the freeware version of HelpNDoc