DefaultAnalyser.java | Class | This class analyses the input template document and builds the JDynamiTe document structure,
which is made up of "ITemplateElements".
A JDynamiTe document is structurally a tree where the nodes are "DynamicElement" objects,
and where the leaves are the other objects.
An analyser is attached to an "ITemplateDocument" (JDynamiTe object),
which is the "root" Dynamic Element of the tree. |