up | previous | next | Tom Wetmore | ttw@shore.net | LifeLines
These functions modify internal GEDCOM node trees; they do not modify records in the database. They may be extended in the future to allow programs to make database changes.
Function | Description |
---|---|
node createnode(string, string) | Creates a GEDCOM node; the two arguments are the tag and value strings, respectively; the value string may be null. |
void addnode(node, node, node) | Adds a node to a node tree. The first argument is the new node; the second is the node to become the parent of the new node; the third is the node to become the previous sibling of the new node; this node is null if the new node is to be the first child of the parent. |
void deletenode(node) | Removes a node from a node tree. Deletenode has a memory leak. |
up | previous | next | Tom Wetmore | ttw@shore.net | LifeLines
1/1/00