1 char *element_type_names[] = {
2 0,
3 "command_as_argument",
4 "command_as_argument_inserted",
5 "index_entry_command",
6 "following_arg",
7 "space_command_arg",
8 "definfoenclose_command",
9 "empty_line",
10 "raw",
11 "last_raw_newline",
12 "empty_line_after_command",
13 "empty_spaces_after_command",
14 "spaces_at_end",
15 "empty_space_at_end_def_bracketed",
16 "space_at_end_block_command",
17 "empty_spaces_before_argument",
18 "empty_spaces_after_close_brace",
19 "empty_spaces_before_paragraph",
20 "preamble_text",
21 "space_at_end_menu_node",
22 "after_description_line",
23 "spaces",
24 "spaces_inserted",
25 "text_root",
26 "document_root",
27 "root_line",
28 "preamble",
29 "preamble_before_setfilename",
30 "paragraph",
31 "preformatted",
32 "rawpreformatted",
33 "brace_command_arg",
34 "brace_command_context",
35 "block_line_arg",
36 "line_arg",
37 "misc_arg",
38 "menu_entry",
39 "menu_entry_leading_text",
40 "menu_entry_name",
41 "menu_entry_separator",
42 "menu_entry_node",
43 "menu_entry_description",
44 "menu_comment",
45 "menu_star",
46 "macro_name",
47 "macro_arg",
48 "before_item",
49 "table_entry",
50 "table_term",
51 "table_item",
52 "inter_item",
53 "def_line",
54 "def_item",
55 "inter_def_item",
56 "multitable_head",
57 "multitable_body",
58 "row",
59 "bracketed",
60 "bracketed_def_content",
61 "def_aggregate",
62 "bracketed_inserted",
63 "bracketed_multitable_prototype",
64 "row_prototype",
65 "elided",
66 "elided_block",
67 "delimiter",
68 "untranslated",
69 
70 };
71