Public Attributes | |
List * | parsedData |
A list of top level nodes. | |
char * | windowtitle |
The string that should appear in the title bar of a view window that shows the feature structure. | |
NodeIdMap * | map |
A mapping between node IDs and nodes. | |
char * | ioBuffer |
The I/O buffer. | |
int | showDefault |
One of the DRAW_xxxx values, specifies how a structure should be shown in a view window depending on the argument to !newdata in the data package. |
|
The I/O buffer.
|
|
A mapping between node IDs and nodes.
|
|
A list of top level nodes. The first element in this list must be the root node of the main feature structure node (StrucNode), followed by more structure nodes, one TreeNode and other types of nodes as specified in the interface EBNF. |
|
One of the
|
|
The string that should appear in the title bar of a view window that shows the feature structure.
|