A structure to hold an element (as string data) from a GEDCOM file in such a way as to preserve and recognize the hierarchical structure of GEDCOMs (based on the level field of each line)
This is tree structure represents the parsed fields from a single line of text from the gedcom file, and all the parsed fields of all the child structures as well.
This class is used by the parser for temporary storage of the text of the gedcom. The class and its members are deliberately package private so only the parser will reference it.
@author frizbog1
|
|
|
|