[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 1 Jan 2022 05:43:11 -0500 (EST) |
branch: master
commit 39db0690fe05810ba3929159c22ad00cb4c23c79
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jan 1 11:42:45 2022 +0100
* tp/Texinfo/Convert/HTML.pm (command_text, element_is_tree_unit_top)
(_convert_heading_command, _prepare_tree_units_global_targets),
tp/Texinfo/Structuring.pm (split_by_node, split_by_section)
(split_pages, elements_directions), tp/init/book.pm
(book_format_navigation_header, book_convert_heading_command)
(book_element_file_name): use unit_section instead of section and
unit_node instead of node for extra tree unit keys.
* tp/Texinfo/Convert/Converter.pm (sort_element_counts),
tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/Info.pm
(output), tp/Texinfo/Convert/Plaintext.pm (process_footnotes):
: use tree unit 'unit_command'.
---
ChangeLog | 15 +
tp/Texinfo/Convert/Converter.pm | 6 +-
tp/Texinfo/Convert/HTML.pm | 18 +-
tp/Texinfo/Convert/IXIN.pm | 2 +-
tp/Texinfo/Convert/Info.pm | 2 +-
tp/Texinfo/Convert/Plaintext.pm | 8 +-
tp/Texinfo/Structuring.pm | 58 +-
tp/init/book.pm | 12 +-
.../html_tests/footnotestyle_separate_late.pl | 250 +-
tp/t/results/html_tests/index_below.pl | 88 +-
tp/t/results/html_tests/redirection_same_labels.pl | 478 ++--
.../sectioning/chapter_before_and_after_part.pl | 58 +-
tp/t/results/sectioning/chapter_before_part.pl | 46 +-
tp/t/results/sectioning/chapter_sections.pl | 308 +--
.../sectioning/character_and_spaces_in_refs_out.pl | 516 ++--
tp/t/results/sectioning/complex.pl | 2702 ++++++++++----------
tp/t/results/sectioning/complex_split_at_node.pl | 2464 +++++++++---------
tp/t/results/sectioning/double_part.pl | 354 +--
.../results/sectioning/explicit_node_directions.pl | 188 +-
tp/t/results/sectioning/internal_top_node_up.pl | 128 +-
tp/t/results/sectioning/lone_Top_node.pl | 124 +-
.../sectioning/node_part_chapter_after_chapter.pl | 446 ++--
.../sectioning/node_part_chapter_after_top.pl | 266 +-
tp/t/results/sectioning/node_up_external_node.pl | 90 +-
.../nodes_after_top_before_chapter_nodes.pl | 236 +-
.../nodes_after_top_before_chapter_sections.pl | 142 +-
.../nodes_after_top_before_section_nodes.pl | 236 +-
.../nodes_after_top_before_section_sections.pl | 142 +-
.../nodes_no_node_top_explicit_directions.pl | 84 +-
.../non_automatic_internal_top_node_up.pl | 124 +-
.../non_automatic_top_node_up_and_url.pl | 124 +-
.../sectioning/non_automatic_top_node_up_url.pl | 126 +-
tp/t/results/sectioning/part_before_chapter.pl | 22 +-
tp/t/results/sectioning/part_before_section.pl | 22 +-
tp/t/results/sectioning/part_before_top.pl | 22 +-
tp/t/results/sectioning/part_chapter_after_top.pl | 266 +-
tp/t/results/sectioning/part_node_after_top.pl | 116 +-
tp/t/results/sectioning/part_node_before_top.pl | 94 +-
.../sectioning/part_node_chapter_after_top.pl | 322 +--
.../sectioning/part_node_chapter_appendix.pl | 326 +--
.../sectioning/part_node_chapter_node_appendix.pl | 470 ++--
.../sectioning/part_node_node_part_appendix.pl | 488 ++--
tp/t/results/sectioning/part_node_part_appendix.pl | 338 +--
.../sectioning/part_node_part_node_appendix.pl | 488 ++--
.../results/sectioning/sectioning_part_appendix.pl | 410 +--
.../sectioning/sectioning_part_appendix_no_top.pl | 352 +--
tp/t/results/sectioning/top_chapter_sections.pl | 348 +--
tp/t/results/sectioning/top_node_part_top.pl | 74 +-
tp/t/results/sectioning/top_node_up_url.pl | 128 +-
tp/t/results/sectioning/top_part_chapter.pl | 62 +-
tp/t/results/sectioning/top_without_node_nodes.pl | 70 +-
.../sectioning/top_without_node_sections.pl | 136 +-
.../transliterated_split_equivalent_nodes.pl | 288 +--
tp/t/results/sectioning/two_nodes_at_the_end.pl | 268 +-
.../sectioning/two_nodes_between_chapters.pl | 440 ++--
.../sectioning/unnumbered_before_node_top_top.pl | 134 +-
.../sectioning/unnumbered_before_top_node.pl | 36 +-
.../unnumbered_top_without_node_nodes.pl | 144 +-
.../unnumbered_top_without_node_sections.pl | 256 +-
59 files changed, 7987 insertions(+), 7974 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 76fba864d6..9d6ae1f4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2022-01-01 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Convert/HTML.pm (command_text, element_is_tree_unit_top)
+ (_convert_heading_command, _prepare_tree_units_global_targets),
+ tp/Texinfo/Structuring.pm (split_by_node, split_by_section)
+ (split_pages, elements_directions), tp/init/book.pm
+ (book_format_navigation_header, book_convert_heading_command)
+ (book_element_file_name): use unit_section instead of section and
+ unit_node instead of node for extra tree unit keys.
+
+ * tp/Texinfo/Convert/Converter.pm (sort_element_counts),
+ tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/Info.pm
+ (output), tp/Texinfo/Convert/Plaintext.pm (process_footnotes):
+ : use tree unit 'unit_command'.
+
2022-01-01 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/ParserNonXS.pm (_parse_texi),
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 3963565f4f..809845d57c 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -1318,8 +1318,7 @@ sub sort_element_counts($$;$$)
if (!$elements) {
@$elements = ($tree);
} elsif (scalar(@$elements) >= 1
- and (!$elements->[0]->{'extra'}->{'node'}
- and !$elements->[0]->{'extra'}->{'section'})) {
+ and not $elements->[0]->{'extra'}->{'unit_command'}) {
shift @$elements;
}
@@ -1329,8 +1328,7 @@ sub sort_element_counts($$;$$)
require Texinfo::Convert::Texinfo;
foreach my $element (@$elements) {
my $name = 'UNNAMED tree element';
- if ($element->{'extra'}
- and ($element->{'extra'}->{'node'} or
$element->{'extra'}->{'section'})) {
+ if ($element->{'extra'} and $element->{'extra'}->{'unit_command'}) {
my $command = $element->{'extra'}->{'unit_command'};
if ($command->{'cmdname'} eq 'node') {
$name = Texinfo::Convert::Texinfo::convert_to_texinfo({'contents'
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 097e58552e..e3bff09ba5 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -863,11 +863,11 @@ sub from_element_direction($$$$;$)
return $self->command_text($external_node, $type);
}
} elsif ($type eq 'node') {
- $command = $element_target->{'extra'}->{'node'};
+ $command = $element_target->{'extra'}->{'unit_node'};
$target = $self->{'targets'}->{$command} if ($command);
$type = 'text';
} elsif ($type eq 'section') {
- $command = $element_target->{'extra'}->{'section'};
+ $command = $element_target->{'extra'}->{'unit_section'};
$target = $self->{'targets'}->{$command} if ($command);
$type = 'text_nonumber';
} else {
@@ -919,8 +919,8 @@ sub element_is_tree_unit_top($$)
return ($self->{'global_target_elements'}->{'Top'}
and $self->{'global_target_elements'}->{'Top'} eq $element
and $element->{'extra'}
- and (($element->{'extra'}->{'section'}
- and $element->{'extra'}->{'section'}->{'cmdname'} eq 'top')
+ and (($element->{'extra'}->{'unit_section'}
+ and $element->{'extra'}->{'unit_section'}->{'cmdname'} eq 'top')
or ($element->{'extra'}->{'unit_command'}
and $element->{'extra'}->{'unit_command'}->{'cmdname'} eq
'node')));
}
@@ -2899,9 +2899,9 @@ sub _convert_heading_command($$$$$)
my $cmdname_for_heading = $cmdname;
# node is used as heading if there is nothing else.
if ($cmdname eq 'node') {
- if (!$tree_unit or (!$tree_unit->{'extra'}->{'section'}
- and $tree_unit->{'extra'}->{'node'}
- and $tree_unit->{'extra'}->{'node'} eq $element
+ if (!$tree_unit or (!$tree_unit->{'extra'}->{'unit_section'}
+ and $tree_unit->{'extra'}->{'unit_node'}
+ and $tree_unit->{'extra'}->{'unit_node'} eq $element
# bogus node may not have been normalized
and defined($element->{'extra'}->{'normalized'}))) {
if ($element->{'extra'}->{'normalized'} eq 'Top') {
@@ -6648,8 +6648,8 @@ sub _prepare_tree_units_global_targets($$)
=
$self->_html_get_tree_root_element($self->{'global_commands'}->{'printindex'}->[0]);
if (defined($root_element)) {
if ($root_command and $root_command->{'cmdname'} eq 'node'
- and $root_element->{'extra'}->{'section'}) {
- $root_command = $root_element->{'extra'}->{'section'};
+ and $root_element->{'extra'}->{'unit_section'}) {
+ $root_command = $root_element->{'extra'}->{'unit_section'};
}
# find the first level 1 sectioning element to associate the printindex
with
if ($root_command and $root_command->{'cmdname'} ne 'node') {
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 972374b37b..140f81e9eb 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -431,7 +431,7 @@ sub output_ixin($$)
if ($tree_units) {
foreach my $node_element (@$tree_units) {
next if (not defined ($node_element->{'extra'})
- or not defined($node_element->{'extra'}->{'node'}));
+ or not defined($node_element->{'extra'}->{'unit_command'}));
$node_nr++;
my $node = $node_element->{'extra'}->{'unit_command'};
push @nodes, $node;
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 654448b0d3..8e50ef0711 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -100,7 +100,7 @@ sub output($)
my $out_file_nr = 0;
my @indirect_files;
if (!defined($tree_units) or not defined($tree_units->[0]->{'extra'})
- or not defined($tree_units->[0]->{'extra'}->{'node'})) {
+ or not defined($tree_units->[0]->{'extra'}->{'unit_command'})) {
$self->file_line_warn(__("document without nodes"),
$self->{'parser_info'}->{'input_file_name'});
my $output = $header.$self->convert_tree($root);
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index 143c714c7d..1ee2fc3a63 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -834,7 +834,7 @@ sub process_footnotes($;$)
my ($self, $element) = @_;
$element = undef if ($element and (not defined ($element->{'extra'})
- or not defined $element->{'extra'}->{'node'}));
+ or not defined
$element->{'extra'}->{'unit_command'}));
my $result = '';
if (scalar(@{$self->{'pending_footnotes'}})) {
@@ -847,11 +847,11 @@ sub process_footnotes($;$)
$self->{'empty_lines_count'} = 1;
} else {
- my $node_contents =
[@{$element->{'extra'}->{'node'}->{'extra'}->{'node_content'}},
+ my $node_contents =
[@{$element->{'extra'}->{'unit_command'}->{'extra'}->{'node_content'}},
{'text' => '-Footnotes'}];
my $footnotes_node = {
'cmdname' => 'node',
- 'structure' => {'node_up' => $element->{'extra'}->{'node'}},
+ 'structure' => {'node_up' => $element->{'extra'}->{'unit_command'}},
'extra' => {'node_content' => $node_contents }
};
$result .= $self->format_node($footnotes_node);
@@ -866,7 +866,7 @@ sub process_footnotes($;$)
# footnote node taken into account. Not really problematic as
# nested footnotes are not right.
if ($element) {
- my $node_contents =
[@{$element->{'extra'}->{'node'}->{'extra'}->{'node_content'}},
+ my $node_contents =
[@{$element->{'extra'}->{'unit_command'}->{'extra'}->{'node_content'}},
{'text' => "-Footnote-$footnote->{'number'}"}];
$self->add_location({'cmdname' => 'anchor',
'extra' => {'node_content' => $node_contents }
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 3db4437855..009ccc5652 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -847,17 +847,17 @@ sub split_by_node($)
next;
}
if ($content->{'cmdname'} and $content->{'cmdname'} eq 'node') {
- if (not $current->{'extra'} or not $current->{'extra'}->{'node'}) {
- $current->{'extra'}->{'node'} = $content;
+ if (not $current->{'extra'} or not $current->{'extra'}->{'unit_node'}) {
+ $current->{'extra'}->{'unit_node'} = $content;
} else {
- $current = { 'type' => 'unit', 'extra' => {'node' => $content}};
+ $current = { 'type' => 'unit', 'extra' => {'unit_node' => $content}};
$current->{'structure'}->{'unit_prev'} = $tree_units->[-1];
$tree_units->[-1]->{'structure'}->{'unit_next'} = $current;
push @$tree_units, $current;
}
$tree_units->[-1]->{'extra'}->{'unit_command'} = $content;
if ($content->{'extra'}->{'associated_section'}) {
- $tree_units->[-1]->{'extra'}->{'section'}
+ $tree_units->[-1]->{'extra'}->{'unit_section'}
= $content->{'extra'}->{'associated_section'};
}
}
@@ -896,13 +896,13 @@ sub split_by_section($)
$new_section = $content->{'extra'}->{'part_associated_section'};
}
if (not defined($current->{'extra'})
- or not defined($current->{'extra'}->{'section'})) {
- $current->{'extra'}->{'section'} = $new_section;
+ or not defined($current->{'extra'}->{'unit_section'})) {
+ $current->{'extra'}->{'unit_section'} = $new_section;
$current->{'extra'}->{'unit_command'} = $new_section;
- } elsif (!$current->{'extra'}->{'section'}
- or $new_section ne $current->{'extra'}->{'section'}) {
+ } elsif (!$current->{'extra'}->{'unit_section'}
+ or $new_section ne $current->{'extra'}->{'unit_section'}) {
$current = { 'type' => 'unit',
- 'extra' => {'section' => $new_section,
+ 'extra' => {'unit_section' => $new_section,
'unit_command' => $new_section}};
$current->{'structure'}->{'unit_prev'} = $tree_units->[-1];
$tree_units->[-1]->{'structure'}->{'unit_next'} = $current;
@@ -911,11 +911,11 @@ sub split_by_section($)
} elsif ($content->{'cmdname'} and $content->{'cmdname'} ne 'node'
and $Texinfo::Common::root_commands{$content->{'cmdname'}}) {
if (not defined($current->{'extra'})
- or not defined($current->{'extra'}->{'section'})) {
- $current->{'extra'}->{'section'} = $content;
+ or not defined($current->{'extra'}->{'unit_section'})) {
+ $current->{'extra'}->{'unit_section'} = $content;
$current->{'extra'}->{'unit_command'} = $content;
- } elsif ($current->{'extra'}->{'section'} ne $content) {
- $current = { 'type' => 'unit', 'extra' => {'section' => $content,
+ } elsif ($current->{'extra'}->{'unit_section'} ne $content) {
+ $current = { 'type' => 'unit', 'extra' => {'unit_section' => $content,
'unit_command' => $content}};
$current->{'structure'}->{'unit_prev'} = $tree_units->[-1];
$tree_units->[-1]->{'structure'}->{'unit_next'} = $current;
@@ -924,7 +924,7 @@ sub split_by_section($)
}
if ($content->{'cmdname'} and $content->{'cmdname'} eq 'node'
and $content->{'extra'}->{'associated_section'}) {
- $current->{'extra'}->{'node'} = $content;
+ $current->{'extra'}->{'unit_node'} = $content;
}
push @{$current->{'contents'}}, $content;
$content->{'structure'}->{'associated_unit'} = $current;
@@ -959,11 +959,11 @@ sub split_pages ($$)
my $current_first_in_page;
foreach my $tree_unit (@$tree_units) {
my $level;
- if ($tree_unit->{'extra'}->{'section'}) {
- $level = $tree_unit->{'extra'}->{'section'}->{'structure'}->{'level'};
- } elsif ($tree_unit->{'extra'}->{'node'}
- and $tree_unit->{'extra'}->{'node'}->{'associated_section'}) {
- $level =
$tree_unit->{'extra'}->{'node'}->{'associated_section'}->{'structure'}->{'level'};
+ if ($tree_unit->{'extra'}->{'unit_section'}) {
+ $level =
$tree_unit->{'extra'}->{'unit_section'}->{'structure'}->{'level'};
+ } elsif ($tree_unit->{'extra'}->{'unit_node'}
+ and $tree_unit->{'extra'}->{'unit_node'}->{'associated_section'})
{
+ $level =
$tree_unit->{'extra'}->{'unit_node'}->{'associated_section'}->{'structure'}->{'level'};
}
#print STDERR "level($split_level) $level
".root_or_external_element_cmd_texi($tree_unit)."\n";
if (!defined($split_level) or (defined($level) and $split_level >= $level)
@@ -1026,8 +1026,8 @@ sub elements_directions($$$)
if ($tree_unit->{'structure'}->{'unit_prev'}
and defined($tree_unit->{'structure'}->{'unit_prev'}->{'type'})
and $tree_unit->{'structure'}->{'unit_prev'}->{'type'} eq 'unit');
- if ($tree_unit->{'extra'}->{'node'}) {
- my $node = $tree_unit->{'extra'}->{'node'};
+ if ($tree_unit->{'extra'}->{'unit_node'}) {
+ my $node = $tree_unit->{'extra'}->{'unit_node'};
foreach my $direction(['NodeUp', 'node_up'], ['NodeNext', 'node_next'],
['NodePrev', 'node_prev']) {
$directions->{$direction->[0]}
@@ -1069,7 +1069,7 @@ sub elements_directions($$$)
and
!$directions->{'NodeForward'}->{'structure'}->{'directions'}->{'NodeBack'});
}
- if (!$tree_unit->{'extra'}->{'section'}) {
+ if (!$tree_unit->{'extra'}->{'unit_section'}) {
# If there is no associated section, find the previous element section.
# Use the FastForward of this element.
# Use it as FastBack if the section is top level, or use the FastBack.
@@ -1077,7 +1077,7 @@ sub elements_directions($$$)
my $current = $tree_unit;
while ($current->{'structure'}->{'unit_prev'}) {
$current = $current->{'structure'}->{'unit_prev'};
- if ($current->{'extra'}->{'section'}) {
+ if ($current->{'extra'}->{'unit_section'}) {
$section_element = $current;
last;
}
@@ -1087,7 +1087,7 @@ sub elements_directions($$$)
$directions->{'FastForward'}
= $section_element->{'structure'}->{'directions'}->{'FastForward'};
}
- if ($section_element->{'extra'}->{'section'}->{'structure'}->{'level'}
<= 1) {
+ if
($section_element->{'extra'}->{'unit_section'}->{'structure'}->{'level'} <= 1) {
$directions->{'FastBack'} = $section_element;
} elsif
($section_element->{'structure'}->{'directions'}->{'Fastback'}) {
$directions->{'FastBack'}
@@ -1095,7 +1095,7 @@ sub elements_directions($$$)
}
}
} else {
- my $section = $tree_unit->{'extra'}->{'section'};
+ my $section = $tree_unit->{'extra'}->{'unit_section'};
foreach my $direction(['Up', 'section_up'], ['Next', 'section_next'],
['Prev', 'section_prev']) {
# in most cases
$section->{$direction->[1]}->{'structure'}->{'associated_unit'} is defined
@@ -1142,12 +1142,12 @@ sub elements_directions($$$)
# Use node up for Up if there is no section up.
# Not done in the default case.
if ($configuration_informations->get_conf('USE_UP_NODE_FOR_ELEMENT_UP')
- and !$directions->{'Up'} and $tree_unit->{'extra'}->{'node'}
- and $tree_unit->{'extra'}->{'node'}->{'structure'}->{'node_up'}
- and (!$node_top or ($tree_unit->{'extra'}->{'node'} ne $node_top))) {
+ and !$directions->{'Up'} and $tree_unit->{'extra'}->{'unit_node'}
+ and $tree_unit->{'extra'}->{'unit_node'}->{'structure'}->{'node_up'}
+ and (!$node_top or ($tree_unit->{'extra'}->{'unit_node'} ne
$node_top))) {
#print STDERR "Node for up:
".root_or_external_element_cmd_texi($tree_unit)."\n";
my $up_node_element
- =
_label_target_element($tree_unit->{'extra'}->{'node'}->{'structure'}->{'node_up'});
+ =
_label_target_element($tree_unit->{'extra'}->{'unit_node'}->{'structure'}->{'node_up'});
$directions->{'Up'} = $up_node_element if ($up_node_element);
}
if ($tree_unit->{'structure'}->{'directions'}) {
diff --git a/tp/init/book.pm b/tp/init/book.pm
index 8961802bff..d6958cdfac 100644
--- a/tp/init/book.pm
+++ b/tp/init/book.pm
@@ -101,14 +101,14 @@ sub book_format_navigation_header($$$$)
my $element = shift;
my $tree_unit = $element->{'parent'};
- if ($tree_unit and $tree_unit->{'extra'}->{'section'}
+ if ($tree_unit and $tree_unit->{'extra'}->{'unit_section'}
and ($tree_unit->{'contents'}->[0] eq $element
or (!$tree_unit->{'contents'}->[0]->{'cmdname'}
and $tree_unit->{'contents'}->[1] eq $element))
and defined($tree_unit->{'filename'})
and $self->{'counter_in_file'}->{$tree_unit->{'filename'}} == 1) {
- return book_print_up_toc($self, $tree_unit->{'extra'}->{'section'}) .
+ return book_print_up_toc($self, $tree_unit->{'extra'}->{'unit_section'}) .
&{$self->default_formatting_function('format_navigation_header')}($self,
$buttons, $cmdname, $element);
@@ -220,9 +220,9 @@ sub book_convert_heading_command($$$$$)
my $cmdname_for_heading = $cmdname;
# node is used as heading if there is nothing else.
if ($cmdname eq 'node') {
- if (!$tree_unit or (!$tree_unit->{'extra'}->{'section'}
- and $tree_unit->{'extra'}->{'node'}
- and $tree_unit->{'extra'}->{'node'} eq $element
+ if (!$tree_unit or (!$tree_unit->{'extra'}->{'unit_section'}
+ and $tree_unit->{'extra'}->{'unit_node'}
+ and $tree_unit->{'extra'}->{'unit_node'} eq $element
# bogus node may not have been normalized
and defined($element->{'extra'}->{'normalized'}))) {
if ($element->{'extra'}->{'normalized'} eq 'Top') {
@@ -307,7 +307,7 @@ sub book_element_file_name($$$)
my $prefix = $converter->{'document_name'};
my $new_file_name;
- my $command = $element->{'extra'}->{'section'};
+ my $command = $element->{'extra'}->{'unit_section'};
return undef unless ($command);
if ($converter->element_is_tree_unit_top($element)) {
$new_file_name = "${prefix}_top.html";
diff --git a/tp/t/results/html_tests/footnotestyle_separate_late.pl
b/tp/t/results/html_tests/footnotestyle_separate_late.pl
index 7e1401a21f..06746b8577 100644
--- a/tp/t/results/html_tests/footnotestyle_separate_late.pl
+++ b/tp/t/results/html_tests/footnotestyle_separate_late.pl
@@ -410,9 +410,9 @@ $result_trees{'footnotestyle_separate_late'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -422,9 +422,9 @@ $result_trees{'footnotestyle_separate_late'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -434,9 +434,9 @@ $result_trees{'footnotestyle_separate_late'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -492,19 +492,19 @@
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'conten
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[6]{'parent'}
= $result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'};
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[1] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[2] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'footnotestyle_separate_late'}[0]{'extra'}{'node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'footnotestyle_separate_late'}[0]{'extra'}{'section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'footnotestyle_separate_late'}[0]{'extra'}{'unit_command'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'footnotestyle_separate_late'}[0]{'extra'}{'unit_node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'footnotestyle_separate_late'}[0]{'extra'}{'unit_section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'footnotestyle_separate_late'}[1]{'contents'}[0] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'footnotestyle_separate_late'}[1]{'contents'}[1] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'footnotestyle_separate_late'}[1]{'extra'}{'node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'footnotestyle_separate_late'}[1]{'extra'}{'section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'footnotestyle_separate_late'}[1]{'extra'}{'unit_command'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'footnotestyle_separate_late'}[1]{'extra'}{'unit_node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'footnotestyle_separate_late'}[1]{'extra'}{'unit_section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'footnotestyle_separate_late'}[2]{'contents'}[0] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'footnotestyle_separate_late'}[2]{'contents'}[1] =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'footnotestyle_separate_late'}[2]{'extra'}{'node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'footnotestyle_separate_late'}[2]{'extra'}{'section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'footnotestyle_separate_late'}[2]{'extra'}{'unit_command'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'footnotestyle_separate_late'}[2]{'extra'}{'unit_node'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'footnotestyle_separate_late'}[2]{'extra'}{'unit_section'} =
$result_trees{'footnotestyle_separate_late'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_texis{'footnotestyle_separate_late'} = '@setfilename
footnotestyle_separate_late.info
@@ -556,15 +556,15 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-f'
@@ -573,7 +573,8 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -586,8 +587,7 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -595,7 +595,7 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-s'
@@ -604,7 +604,8 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -618,8 +619,7 @@ $result_sectioning{'footnotestyle_separate_late'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -676,26 +676,26 @@ $result_sectioning{'footnotestyle_separate_late'} = {
]
}
};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'
[...]
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions
[...]
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0];
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -722,8 +722,8 @@
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
$result_sectioning{'footnotestyle_separate_late'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'footnotestyle_separate_late'};
$result_nodes{'footnotestyle_separate_late'} = {
@@ -735,15 +735,15 @@ $result_nodes{'footnotestyle_separate_late'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -768,9 +768,9 @@ $result_nodes{'footnotestyle_separate_late'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -803,8 +803,8 @@ $result_nodes{'footnotestyle_separate_late'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -845,43 +845,43 @@ $result_nodes{'footnotestyle_separate_late'} = {
'node_next' => {}
}
};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'footnotestyle_separate_late'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'footnotestyle_separate_late'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_
[...]
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra
[...]
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'footnotestyle_separate_late'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'footnotestyle_separate_late'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'footnotestyle_separate_late'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'footnotestyle_separate_late'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{
[...]
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'no
[...]
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'footnotestyle_separate_late'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'footnotestyle_separate_late'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'footnotestyle_separate_late'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -889,7 +889,7 @@
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'str
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'footnotestyle_separate_late'}{'structure'}{'associated_unit'} =
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'footnotestyle_separate_late'}{'structure'}{'node_next'} =
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'footnotestyle_separate_late'}{'structure'}{'node_next'} =
$result_nodes{'footnotestyle_separate_late'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'footnotestyle_separate_late'} = {
'cmdname' => 'node',
@@ -899,22 +899,22 @@ $result_menus{'footnotestyle_separate_late'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-f'
@@ -923,7 +923,8 @@ $result_menus{'footnotestyle_separate_late'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -931,8 +932,7 @@ $result_menus{'footnotestyle_separate_late'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -940,7 +940,7 @@ $result_menus{'footnotestyle_separate_late'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-s'
@@ -949,7 +949,8 @@ $result_menus{'footnotestyle_separate_late'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -957,8 +958,7 @@ $result_menus{'footnotestyle_separate_late'} = {
'level' => 1,
'number' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1001,17 +1001,17 @@ $result_menus{'footnotestyle_separate_late'} = {
}
}
};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'footnotestyle_separate_late'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'footnotestyle_separate_late'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'footnotestyle_separate_late'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'footnotestyle_separate_late'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1047,7 +1047,7 @@ $result_floats{'footnotestyle_separate_late'} = {};
$result_elements{'footnotestyle_separate_late'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1056,21 +1056,21 @@ $result_elements{'footnotestyle_separate_late'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-f'
@@ -1079,7 +1079,8 @@ $result_elements{'footnotestyle_separate_late'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1087,8 +1088,7 @@ $result_elements{'footnotestyle_separate_late'} = [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1096,7 +1096,7 @@ $result_elements{'footnotestyle_separate_late'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chap-s'
@@ -1105,7 +1105,8 @@ $result_elements{'footnotestyle_separate_late'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1113,8 +1114,7 @@ $result_elements{'footnotestyle_separate_late'} = [
'level' => 1,
'number' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1154,17 +1154,17 @@ $result_elements{'footnotestyle_separate_late'} = [
{},
{}
];
-$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'footnotestyle_separate_late'}[0];
-$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'footnotestyle_separate_late'}[0];
-$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'unit_command'} =
$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'node'};
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'footnotestyle_separate_late'}[0];
+$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'unit_node'} =
$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'unit_command'};
+$result_elements{'footnotestyle_separate_late'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'footnotestyle_separate_late'}[0];
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'footnotestyle_separate_late'}[0];
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'footnotestyle_separate_late'}[0];
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'footnotestyle_separate_late'}[0]{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/html_tests/index_below.pl
b/tp/t/results/html_tests/index_below.pl
index eba399f5a5..67818d8bf2 100644
--- a/tp/t/results/html_tests/index_below.pl
+++ b/tp/t/results/html_tests/index_below.pl
@@ -200,8 +200,8 @@ $result_trees{'index_below'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -210,8 +210,8 @@ $result_trees{'index_below'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -220,8 +220,8 @@ $result_trees{'index_below'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -249,14 +249,14 @@
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'content
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'contents'}[2]{'parent'}
= $result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'index_below'}[0]{'contents'}[0]{'parent'};
$result_trees{'index_below'}[0]{'contents'}[1] =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'index_below'}[0]{'extra'}{'section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'index_below'}[0]{'extra'}{'unit_command'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'index_below'}[0]{'extra'}{'unit_section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'index_below'}[1]{'contents'}[0] =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'index_below'}[1]{'extra'}{'section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'index_below'}[1]{'extra'}{'unit_command'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'index_below'}[1]{'extra'}{'unit_section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'index_below'}[2]{'contents'}[0] =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'index_below'}[2]{'extra'}{'section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'index_below'}[2]{'extra'}{'unit_command'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'index_below'}[2]{'extra'}{'unit_section'} =
$result_trees{'index_below'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'index_below'} = '@top top
@@ -290,14 +290,14 @@ $result_sectioning{'index_below'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -311,8 +311,8 @@ $result_sectioning{'index_below'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -336,7 +336,7 @@ $result_sectioning{'index_below'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -368,32 +368,32 @@ $result_sectioning{'index_below'} = {
]
}
};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'index_below'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'index_below'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'index_below'};
$result_errors{'index_below'} = [];
@@ -412,7 +412,7 @@ $result_indices_sort_strings{'index_below'} = {
$result_elements{'index_below'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -420,13 +420,13 @@ $result_elements{'index_below'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -435,7 +435,7 @@ $result_elements{'index_below'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -443,7 +443,7 @@ $result_elements{'index_below'} = [
'FastBack' => {},
'Forward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -452,7 +452,7 @@ $result_elements{'index_below'} = [
'number' => '1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -479,14 +479,14 @@ $result_elements{'index_below'} = [
{},
{}
];
-$result_elements{'index_below'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'index_below'}[0];
-$result_elements{'index_below'}[0]{'extra'}{'unit_command'} =
$result_elements{'index_below'}[0]{'extra'}{'section'};
-$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'index_below'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'index_below'}[0];
+$result_elements{'index_below'}[0]{'extra'}{'unit_section'} =
$result_elements{'index_below'}[0]{'extra'}{'unit_command'};
+$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'index_below'}[0];
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'index_below'}[0];
-$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'};
+$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'index_below'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/html_tests/redirection_same_labels.pl
b/tp/t/results/html_tests/redirection_same_labels.pl
index ebf11474c7..db330aa032 100644
--- a/tp/t/results/html_tests/redirection_same_labels.pl
+++ b/tp/t/results/html_tests/redirection_same_labels.pl
@@ -1098,9 +1098,9 @@ $result_trees{'redirection_same_labels'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -1112,9 +1112,9 @@ $result_trees{'redirection_same_labels'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -1125,9 +1125,9 @@ $result_trees{'redirection_same_labels'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -1281,22 +1281,22 @@
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[9]{'parent'}
= $result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'};
$result_trees{'redirection_same_labels'}[0]{'contents'}[1] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'redirection_same_labels'}[0]{'contents'}[2] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'redirection_same_labels'}[0]{'extra'}{'node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'redirection_same_labels'}[0]{'extra'}{'section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'redirection_same_labels'}[0]{'extra'}{'unit_command'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'redirection_same_labels'}[0]{'extra'}{'unit_node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'redirection_same_labels'}[0]{'extra'}{'unit_section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'redirection_same_labels'}[1]{'contents'}[0] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'redirection_same_labels'}[1]{'contents'}[1] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'redirection_same_labels'}[1]{'contents'}[2] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'redirection_same_labels'}[1]{'contents'}[3] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'redirection_same_labels'}[1]{'extra'}{'node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'redirection_same_labels'}[1]{'extra'}{'section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'redirection_same_labels'}[1]{'extra'}{'unit_command'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'redirection_same_labels'}[1]{'extra'}{'unit_node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'redirection_same_labels'}[1]{'extra'}{'unit_section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'redirection_same_labels'}[2]{'contents'}[0] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'redirection_same_labels'}[2]{'contents'}[1] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'redirection_same_labels'}[2]{'contents'}[2] =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'redirection_same_labels'}[2]{'extra'}{'node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'redirection_same_labels'}[2]{'extra'}{'section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'redirection_same_labels'}[2]{'extra'}{'unit_command'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'redirection_same_labels'}[2]{'extra'}{'unit_node'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'redirection_same_labels'}[2]{'extra'}{'unit_section'} =
$result_trees{'redirection_same_labels'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_texis{'redirection_same_labels'} = '@setfilename
redirection_same_labels.info
@@ -1371,27 +1371,26 @@ $result_sectioning{'redirection_same_labels'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'umlaut'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'umlaut'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -1402,7 +1401,8 @@ $result_sectioning{'redirection_same_labels'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1410,19 +1410,18 @@ $result_sectioning{'redirection_same_labels'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'circumflex'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'circumflex'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -1434,7 +1433,8 @@ $result_sectioning{'redirection_same_labels'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1492,26 +1492,26 @@ $result_sectioning{'redirection_same_labels'} = {
]
}
};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForw
[...]
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_co
[...]
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -1539,8 +1539,8 @@
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'redirection_same_labels'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'redirection_same_labels'};
$result_nodes{'redirection_same_labels'} = {
@@ -1552,26 +1552,27 @@ $result_nodes{'redirection_same_labels'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'menus' => [
{
'cmdname' => 'menu',
@@ -1612,9 +1613,9 @@ $result_nodes{'redirection_same_labels'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1664,8 +1665,7 @@ $result_nodes{'redirection_same_labels'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1713,51 +1713,51 @@ $result_nodes{'redirection_same_labels'} = {
'node_next' => {}
}
};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'redirection_same_labels'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'
[...]
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'
[...]
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'asso
[...]
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associat
[...]
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'redirection_same_labels'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'redirection_same_labels'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'redirection_same_labels'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'redirection_same_labels'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'asso
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'asso
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'ext
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}
[...]
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'redirection_same_labels'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'redirection_same_labels'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'redirection_same_labels'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1765,8 +1765,8 @@
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structu
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'redirection_same_labels'}{'structure'}{'associated_unit'} =
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'redirection_same_labels'}{'structure'}{'menu_child'} =
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'redirection_same_labels'}{'structure'}{'node_next'} =
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'redirection_same_labels'}{'structure'}{'menu_child'} =
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'redirection_same_labels'}{'structure'}{'node_next'} =
$result_nodes{'redirection_same_labels'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'redirection_same_labels'} = {
'cmdname' => 'node',
@@ -1776,8 +1776,7 @@ $result_menus{'redirection_same_labels'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1785,13 +1784,23 @@ $result_menus{'redirection_same_labels'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'umlaut'
@@ -1833,8 +1842,7 @@ $result_menus{'redirection_same_labels'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1843,7 +1851,8 @@ $result_menus{'redirection_same_labels'} = {
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1887,16 +1896,7 @@ $result_menus{'redirection_same_labels'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1930,55 +1930,55 @@ $result_menus{'redirection_same_labels'} = {
'menu_child' => {}
}
};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'redirection_same_labels'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'redirection_same_labels'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'redirection_same_labels'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'redirection_same_labels'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'redirection_same_labels'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'redirection_same_labels'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
-$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'};
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'redirection_same_labels'}{'structure'}{'menu_child'} =
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'redirection_same_labels'}{'structure'}{'menu_child'} =
$result_menus{'redirection_same_labels'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'redirection_same_labels'} = [];
@@ -1989,7 +1989,15 @@ $result_floats{'redirection_same_labels'} = {};
$result_elements{'redirection_same_labels'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -2004,8 +2012,7 @@ $result_elements{'redirection_same_labels'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -2014,7 +2021,8 @@ $result_elements{'redirection_same_labels'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -2022,7 +2030,16 @@ $result_elements{'redirection_same_labels'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 2
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'circumflex'
@@ -2049,16 +2066,7 @@ $result_elements{'redirection_same_labels'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 2
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -2124,15 +2132,7 @@ $result_elements{'redirection_same_labels'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -2148,53 +2148,53 @@ $result_elements{'redirection_same_labels'} = [
{},
{}
];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'redirection_same_labels'}[0]{'extra'}{'node'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'redirection_same_labels'}[0]{'extra'}{'node'};
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_command'} =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'section'};
-$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'redirection_same_labels'}[0];
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'};
+$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_section'} =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_command'};
+$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'redirection_same_labels'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'redirection_same_labels'}[0];
-$result_elements{'redirection_same_labels'}[1] =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'redirection_same_labels'}[2] =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'redirection_same_labels'}[1] =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'redirection_same_labels'}[2] =
$result_elements{'redirection_same_labels'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/chapter_before_and_after_part.pl
b/tp/t/results/sectioning/chapter_before_and_after_part.pl
index 25d8db0e9d..cf33a16467 100644
--- a/tp/t/results/sectioning/chapter_before_and_after_part.pl
+++ b/tp/t/results/sectioning/chapter_before_and_after_part.pl
@@ -147,8 +147,8 @@ $result_trees{'chapter_before_and_after_part'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -158,8 +158,8 @@ $result_trees{'chapter_before_and_after_part'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -181,12 +181,12 @@
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'cont
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'extra'}{'associated_part'}
=
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'};
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[1] =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'chapter_before_and_after_part'}[0]{'extra'}{'section'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_before_and_after_part'}[0]{'extra'}{'unit_command'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'chapter_before_and_after_part'}[0]{'extra'}{'unit_section'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_before_and_after_part'}[1]{'contents'}[0] =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_before_and_after_part'}[1]{'contents'}[1] =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'chapter_before_and_after_part'}[1]{'extra'}{'section'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'chapter_before_and_after_part'}[1]{'extra'}{'unit_command'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'chapter_before_and_after_part'}[1]{'extra'}{'unit_section'} =
$result_trees{'chapter_before_and_after_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'chapter_before_and_after_part'} = '@chapter chapter
@@ -219,14 +219,14 @@ $result_sectioning{'chapter_before_and_after_part'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -252,7 +252,7 @@ $result_sectioning{'chapter_before_and_after_part'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -280,16 +280,16 @@ $result_sectioning{'chapter_before_and_after_part'} = {
]
}
};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0];
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_and_after_part'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_and_after_part'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -298,7 +298,7 @@
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_and_after_part'};
-$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'chapter_before_and_after_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_errors{'chapter_before_and_after_part'} = [];
@@ -309,7 +309,7 @@ $result_floats{'chapter_before_and_after_part'} = {};
$result_elements{'chapter_before_and_after_part'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -318,13 +318,13 @@ $result_elements{'chapter_before_and_after_part'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -342,7 +342,7 @@ $result_elements{'chapter_before_and_after_part'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -361,11 +361,11 @@ $result_elements{'chapter_before_and_after_part'} = [
},
{}
];
-$result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_before_and_after_part'}[0];
-$result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'unit_command'}
= $result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'section'};
-$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_before_and_after_part'}[0];
+$result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'unit_section'}
= $result_elements{'chapter_before_and_after_part'}[0]{'extra'}{'unit_command'};
+$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'chapter_before_and_after_part'}[0];
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'chapter_before_and_after_part'}[0];
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'chapter_before_and_after_part'}[0]{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/chapter_before_part.pl
b/tp/t/results/sectioning/chapter_before_part.pl
index 86bc0b3c40..edf7b88073 100644
--- a/tp/t/results/sectioning/chapter_before_part.pl
+++ b/tp/t/results/sectioning/chapter_before_part.pl
@@ -86,8 +86,8 @@ $result_trees{'chapter_before_part'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -96,8 +96,8 @@ $result_trees{'chapter_before_part'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -111,11 +111,11 @@
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'args'}[0]{'parent'}
=
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'};
$result_trees{'chapter_before_part'}[0]{'contents'}[1] =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'chapter_before_part'}[0]{'extra'}{'section'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_before_part'}[0]{'extra'}{'unit_command'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'chapter_before_part'}[0]{'extra'}{'unit_section'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_before_part'}[1]{'contents'}[0] =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'chapter_before_part'}[1]{'extra'}{'section'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_before_part'}[1]{'extra'}{'unit_command'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'chapter_before_part'}[1]{'extra'}{'unit_section'} =
$result_trees{'chapter_before_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'chapter_before_part'} = '@chapter chapter
@@ -140,14 +140,14 @@ $result_sectioning{'chapter_before_part'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -156,7 +156,7 @@ $result_sectioning{'chapter_before_part'} = {
'section_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -182,18 +182,18 @@ $result_sectioning{'chapter_before_part'} = {
]
}
};
-$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0];
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_part'};
-$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'};
+$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_part'};
+$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'chapter_before_part'};
-$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'};
+$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'chapter_before_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'chapter_before_part'} = [
{
@@ -214,7 +214,7 @@ $result_floats{'chapter_before_part'} = {};
$result_elements{'chapter_before_part'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -223,13 +223,13 @@ $result_elements{'chapter_before_part'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -237,7 +237,7 @@ $result_elements{'chapter_before_part'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -254,10 +254,10 @@ $result_elements{'chapter_before_part'} = [
},
{}
];
-$result_elements{'chapter_before_part'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_before_part'}[0];
-$result_elements{'chapter_before_part'}[0]{'extra'}{'unit_command'} =
$result_elements{'chapter_before_part'}[0]{'extra'}{'section'};
-$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'};
-$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'section'};
+$result_elements{'chapter_before_part'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_before_part'}[0];
+$result_elements{'chapter_before_part'}[0]{'extra'}{'unit_section'} =
$result_elements{'chapter_before_part'}[0]{'extra'}{'unit_command'};
+$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'};
+$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'chapter_before_part'}[0];
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'Forward'};
$result_elements{'chapter_before_part'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'chapter_before_part'}[0];
diff --git a/tp/t/results/sectioning/chapter_sections.pl
b/tp/t/results/sectioning/chapter_sections.pl
index 13265e30ab..f863d99168 100644
--- a/tp/t/results/sectioning/chapter_sections.pl
+++ b/tp/t/results/sectioning/chapter_sections.pl
@@ -302,8 +302,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -312,8 +312,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -322,8 +322,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -332,8 +332,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -342,8 +342,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -352,8 +352,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -362,8 +362,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -372,8 +372,8 @@ $result_trees{'chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -411,29 +411,29 @@
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'ar
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'args'}[0]{'parent'}
= $result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'parent'}
= $result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'};
$result_trees{'chapter_sections'}[0]{'contents'}[1] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'chapter_sections'}[0]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_sections'}[0]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'chapter_sections'}[0]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'chapter_sections'}[1]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'chapter_sections'}[1]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_sections'}[1]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'chapter_sections'}[1]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'chapter_sections'}[2]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'chapter_sections'}[2]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'chapter_sections'}[2]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'chapter_sections'}[2]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'chapter_sections'}[3]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'chapter_sections'}[3]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'chapter_sections'}[3]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'chapter_sections'}[3]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'chapter_sections'}[4]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'chapter_sections'}[4]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'chapter_sections'}[4]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'chapter_sections'}[4]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'chapter_sections'}[5]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'chapter_sections'}[5]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'chapter_sections'}[5]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'chapter_sections'}[5]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'chapter_sections'}[6]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'chapter_sections'}[6]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'chapter_sections'}[6]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'chapter_sections'}[6]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'chapter_sections'}[7]{'contents'}[0] =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'chapter_sections'}[7]{'extra'}{'section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'chapter_sections'}[7]{'extra'}{'unit_command'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'chapter_sections'}[7]{'extra'}{'unit_section'} =
$result_trees{'chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_texis{'chapter_sections'} = '@unnumbered unnumbered
@@ -488,14 +488,14 @@ $result_sectioning{'chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -509,8 +509,8 @@ $result_sectioning{'chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -518,7 +518,7 @@ $result_sectioning{'chapter_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -532,8 +532,8 @@ $result_sectioning{'chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -541,7 +541,7 @@ $result_sectioning{'chapter_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' =>
'chapter',
'extra' => {},
'structure' => {
@@ -553,13 +553,13 @@ $result_sectioning{'chapter_sections'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' =>
{}
+ 'unit_section' =>
{}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' =>
{
+
'unit_command' => {
'cmdname'
=> 'subsection',
'extra' =>
{},
'structure' => {
@@ -572,8 +572,8 @@ $result_sectioning{'chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -598,7 +598,7 @@ $result_sectioning{'chapter_sections'} = {
'section_up' => {}
}
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' =>
{
'directions'
=> {
@@ -647,7 +647,7 @@ $result_sectioning{'chapter_sections'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -684,7 +684,7 @@ $result_sectioning{'chapter_sections'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -719,99 +719,99 @@ $result_sectioning{'chapter_sections'} = {
]
}
};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'sectio
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'str
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'ass
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning{'chapter_section [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'chapter_sections'} [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'chapter_sections' [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_c [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'stru
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}
= $resu [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_sectioning{'chapter [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_sectionin [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_secti [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_se [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_sectio [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_sectionin [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_sectionin [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{ [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_sectioning{'chapte [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_sectioning{'chapte [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'chapter_sections'}{'structur [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{ [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'chapter_sections'}{'structure'}{ [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_ [...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'asso
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associate
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_c
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'struc
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'asso
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'
[...]
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associa
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'struct
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{' [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'cha [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'chapt [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'ch [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $result_sectioning{'chapter_sections'}{'structure'}{ [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'assoc
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'secti
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
= $result_sectionin [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $re [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $res [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_s [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_sectioni [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_sectioni [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'chapter_sections'} [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'chapter_sections'}{'st [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'chapter_sections'}{'st [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'chapter_sections'}{'structure'} [...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structu
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associ
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associ
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'st
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comman
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'st
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'st
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structu
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associ
[...]
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'chapter_sections'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[2] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[3] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[2] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[3] =
$result_sectioning{'chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
$result_errors{'chapter_sections'} = [];
@@ -822,7 +822,7 @@ $result_floats{'chapter_sections'} = {};
$result_elements{'chapter_sections'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -830,13 +830,13 @@ $result_elements{'chapter_sections'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -845,7 +845,7 @@ $result_elements{'chapter_sections'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -853,7 +853,7 @@ $result_elements{'chapter_sections'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -862,13 +862,13 @@ $result_elements{'chapter_sections'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -877,7 +877,7 @@ $result_elements{'chapter_sections'} = [
'number' => '1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -894,7 +894,7 @@ $result_elements{'chapter_sections'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -903,13 +903,13 @@ $result_elements{'chapter_sections'} = [
'number' => 3
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -918,13 +918,13 @@ $result_elements{'chapter_sections'} = [
'number' => '2.1.2'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -933,13 +933,13 @@ $result_elements{'chapter_sections'} = [
'number' => '2.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -948,7 +948,7 @@ $result_elements{'chapter_sections'} = [
'number' => '2.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1020,16 +1020,16 @@ $result_elements{'chapter_sections'} = [
{},
{}
];
-$result_elements{'chapter_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_sections'}[0];
-$result_elements{'chapter_sections'}[0]{'extra'}{'unit_command'} =
$result_elements{'chapter_sections'}[0]{'extra'}{'section'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'chapter_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'chapter_sections'}[0];
+$result_elements{'chapter_sections'}[0]{'extra'}{'unit_section'} =
$result_elements{'chapter_sections'}[0]{'extra'}{'unit_command'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'chapter_sections'}[0];
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'chapter_sections'}[0];
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -1037,14 +1037,14 @@
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'
[...]
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
-$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'
[...]
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Bac
[...]
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwar
[...]
+$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'
[...]
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out.pl
b/tp/t/results/sectioning/character_and_spaces_in_refs_out.pl
index a4cbebc444..4a4158de60 100644
--- a/tp/t/results/sectioning/character_and_spaces_in_refs_out.pl
+++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out.pl
@@ -1399,9 +1399,9 @@ $result_trees{'character_and_spaces_in_refs_out'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -1411,9 +1411,9 @@ $result_trees{'character_and_spaces_in_refs_out'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -1422,8 +1422,8 @@ $result_trees{'character_and_spaces_in_refs_out'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -1432,8 +1432,8 @@ $result_trees{'character_and_spaces_in_refs_out'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -1443,8 +1443,8 @@ $result_trees{'character_and_spaces_in_refs_out'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -1661,24 +1661,24 @@
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'c
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'parent'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'};
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[1] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[2] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'character_and_spaces_in_refs_out'}[0]{'extra'}{'section'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_section'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'character_and_spaces_in_refs_out'}[1]{'contents'}[0] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'character_and_spaces_in_refs_out'}[1]{'contents'}[1] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'character_and_spaces_in_refs_out'}[1]{'extra'}{'node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'character_and_spaces_in_refs_out'}[1]{'extra'}{'section'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'character_and_spaces_in_refs_out'}[1]{'extra'}{'unit_command'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'character_and_spaces_in_refs_out'}[1]{'extra'}{'unit_node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'character_and_spaces_in_refs_out'}[1]{'extra'}{'unit_section'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'character_and_spaces_in_refs_out'}[2]{'contents'}[0] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[0]{'extra'}{'label'};
-$result_trees{'character_and_spaces_in_refs_out'}[2]{'extra'}{'node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[0]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[2]{'extra'}{'unit_command'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[0]{'extra'}{'label'};
+$result_trees{'character_and_spaces_in_refs_out'}[2]{'extra'}{'unit_node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[0]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[3]{'contents'}[0] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[2]{'extra'}{'label'};
-$result_trees{'character_and_spaces_in_refs_out'}[3]{'extra'}{'node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[2]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[3]{'extra'}{'unit_command'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[2]{'extra'}{'label'};
+$result_trees{'character_and_spaces_in_refs_out'}[3]{'extra'}{'unit_node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[2]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[4]{'contents'}[0] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[6]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[4]{'contents'}[1] =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'character_and_spaces_in_refs_out'}[4]{'extra'}{'node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[6]{'extra'}{'label'};
$result_trees{'character_and_spaces_in_refs_out'}[4]{'extra'}{'unit_command'}
=
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[6]{'extra'}{'label'};
+$result_trees{'character_and_spaces_in_refs_out'}[4]{'extra'}{'unit_node'} =
$result_trees{'character_and_spaces_in_refs_out'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'contents'}[9]{'contents'}[6]{'extra'}{'label'};
$result_texis{'character_and_spaces_in_refs_out'} = '@node Top
@top Test refs
@@ -1770,15 +1770,15 @@ $result_sectioning{'character_and_spaces_in_refs_out'}
= {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'other-nodes'
@@ -1787,7 +1787,8 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -1800,8 +1801,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1809,7 +1809,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e'
@@ -1818,7 +1818,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1826,7 +1826,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e'
@@ -1835,7 +1835,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1843,7 +1843,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'local-node'
@@ -1852,7 +1852,7 @@ $result_sectioning{'character_and_spaces_in_refs_out'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1929,28 +1929,28 @@ $result_sectioning{'character_and_spaces_in_refs_out'}
= {
]
}
};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0];
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'struct
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'assoc
[...]
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'
[...]
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit
[...]
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit
[...]
@@ -1990,7 +1990,7 @@
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_chi
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
$result_sectioning{'character_and_spaces_in_refs_out'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'character_and_spaces_in_refs_out'};
$result_nodes{'character_and_spaces_in_refs_out'} = {
@@ -2002,15 +2002,15 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -2040,8 +2040,8 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2049,7 +2049,7 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e'
@@ -2064,8 +2064,8 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2089,7 +2089,7 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2130,8 +2130,8 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -2177,69 +2177,69 @@ $result_nodes{'character_and_spaces_in_refs_out'} = {
'node_next' => {}
}
};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'character_and_spaces_in_refs_out'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'character_and_spaces_in_refs_out'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structu
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_u
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_u
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_u
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_uni
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'struc
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'struct
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_chil
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_chil
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associa
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'s
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forwar
[...]
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'character_and_spaces_in_refs_out'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'character_and_spaces_in_refs_out'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'character_and_spaces_in_refs_out'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_un
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'struct
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'struct
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'struct
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'s
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'stru
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structur
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'node_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'character_and_spaces_in_refs_out'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'character_and_spaces_in_refs_out'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -2247,8 +2247,8 @@
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}
=
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'structure'}{'menu_child'} =
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'character_and_spaces_in_refs_out'}{'structure'}{'node_next'} =
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'structure'}{'menu_child'} =
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'character_and_spaces_in_refs_out'}{'structure'}{'node_next'} =
$result_nodes{'character_and_spaces_in_refs_out'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'character_and_spaces_in_refs_out'} = {
'cmdname' => 'node',
@@ -2258,22 +2258,22 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'other-nodes'
@@ -2288,8 +2288,8 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2297,7 +2297,7 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e'
@@ -2312,8 +2312,8 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2343,7 +2343,7 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2387,7 +2387,8 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -2395,8 +2396,7 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -2428,72 +2428,72 @@ $result_menus{'character_and_spaces_in_refs_out'} = {
'menu_child' => {}
}
};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'character_and_spaces_in_refs_out'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'character_and_spaces_in_refs_out'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'st
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'a
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'character_and_spaces_in_refs_out'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'character_and_spaces_in_refs_out'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure
[...]
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'character_and_spaces_in_refs_out'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'};
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'menu_child'} =
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'menu_child'} =
$result_menus{'character_and_spaces_in_refs_out'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_errors{'character_and_spaces_in_refs_out'} = [];
@@ -2504,7 +2504,7 @@ $result_floats{'character_and_spaces_in_refs_out'} = {};
$result_elements{'character_and_spaces_in_refs_out'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -2519,8 +2519,9 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -2528,8 +2529,7 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -2537,7 +2537,7 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e'
@@ -2552,8 +2552,8 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2561,7 +2561,7 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'local-node'
@@ -2575,7 +2575,7 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2614,7 +2614,7 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -2651,15 +2651,15 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -2677,68 +2677,68 @@ $result_elements{'character_and_spaces_in_refs_out'} = [
{},
{}
];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forw
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'no
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'e
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'e
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'me
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'struc
[...]
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}
= $result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'str
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structur
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'un
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_c
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'struc
[...]
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_node'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'character_and_spaces_in_refs_out'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'character_and_spaces_in_refs_out'}[0];
-$result_elements{'character_and_spaces_in_refs_out'}[1] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[2] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'character_and_spaces_in_refs_out'}[3] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'character_and_spaces_in_refs_out'}[4] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[1] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[2] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'character_and_spaces_in_refs_out'}[3] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'character_and_spaces_in_refs_out'}[4] =
$result_elements{'character_and_spaces_in_refs_out'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/sectioning/complex.pl
b/tp/t/results/sectioning/complex.pl
index a9349cf569..4c55880afd 100644
--- a/tp/t/results/sectioning/complex.pl
+++ b/tp/t/results/sectioning/complex.pl
@@ -2537,9 +2537,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2549,9 +2549,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2561,9 +2561,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2573,9 +2573,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2585,9 +2585,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2597,9 +2597,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2609,9 +2609,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2621,9 +2621,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2633,9 +2633,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2646,9 +2646,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2658,9 +2658,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2670,9 +2670,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2684,9 +2684,9 @@ $result_trees{'complex'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -3063,72 +3063,72 @@
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[29]{'args'}[0]{
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[29]{'parent'}
= $result_trees{'complex'}[0]{'contents'}[0]{'parent'};
$result_trees{'complex'}[0]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'complex'}[0]{'contents'}[2] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'complex'}[0]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'complex'}[0]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'complex'}[0]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'complex'}[0]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'complex'}[0]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'complex'}[1]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'complex'}[1]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'complex'}[1]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'complex'}[1]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'complex'}[1]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'complex'}[1]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'complex'}[1]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'complex'}[2]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'complex'}[2]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'complex'}[2]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'complex'}[2]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'complex'}[2]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'complex'}[2]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'complex'}[2]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'complex'}[3]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'complex'}[3]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'complex'}[3]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'complex'}[3]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'complex'}[3]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'complex'}[3]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'complex'}[3]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'complex'}[4]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'complex'}[4]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
-$result_trees{'complex'}[4]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'complex'}[4]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'complex'}[4]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
+$result_trees{'complex'}[4]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'complex'}[4]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'complex'}[5]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
$result_trees{'complex'}[5]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
-$result_trees{'complex'}[5]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
-$result_trees{'complex'}[5]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
$result_trees{'complex'}[5]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
+$result_trees{'complex'}[5]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
+$result_trees{'complex'}[5]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
$result_trees{'complex'}[6]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
$result_trees{'complex'}[6]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
-$result_trees{'complex'}[6]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
-$result_trees{'complex'}[6]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
$result_trees{'complex'}[6]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
+$result_trees{'complex'}[6]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
+$result_trees{'complex'}[6]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
$result_trees{'complex'}[7]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
$result_trees{'complex'}[7]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
-$result_trees{'complex'}[7]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
-$result_trees{'complex'}[7]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
$result_trees{'complex'}[7]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
+$result_trees{'complex'}[7]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
+$result_trees{'complex'}[7]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
$result_trees{'complex'}[8]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
$result_trees{'complex'}[8]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
-$result_trees{'complex'}[8]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
-$result_trees{'complex'}[8]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
$result_trees{'complex'}[8]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
+$result_trees{'complex'}[8]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
+$result_trees{'complex'}[8]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
$result_trees{'complex'}[9]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
$result_trees{'complex'}[9]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
$result_trees{'complex'}[9]{'contents'}[2] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[21];
-$result_trees{'complex'}[9]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
-$result_trees{'complex'}[9]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
$result_trees{'complex'}[9]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
+$result_trees{'complex'}[9]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
+$result_trees{'complex'}[9]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
$result_trees{'complex'}[10]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
$result_trees{'complex'}[10]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
-$result_trees{'complex'}[10]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
-$result_trees{'complex'}[10]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
$result_trees{'complex'}[10]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
+$result_trees{'complex'}[10]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
+$result_trees{'complex'}[10]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
$result_trees{'complex'}[11]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
$result_trees{'complex'}[11]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
-$result_trees{'complex'}[11]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
-$result_trees{'complex'}[11]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
$result_trees{'complex'}[11]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
+$result_trees{'complex'}[11]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
+$result_trees{'complex'}[11]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
$result_trees{'complex'}[12]{'contents'}[0] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
$result_trees{'complex'}[12]{'contents'}[1] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
$result_trees{'complex'}[12]{'contents'}[2] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[28];
$result_trees{'complex'}[12]{'contents'}[3] =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[29];
-$result_trees{'complex'}[12]{'extra'}{'node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
-$result_trees{'complex'}[12]{'extra'}{'section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
$result_trees{'complex'}[12]{'extra'}{'unit_command'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
+$result_trees{'complex'}[12]{'extra'}{'unit_node'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
+$result_trees{'complex'}[12]{'extra'}{'unit_section'} =
$result_trees{'complex'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
$result_texis{'complex'} = '@node Top,First node,(dir)
@top
@@ -3306,27 +3306,26 @@ $result_sectioning{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'First-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'First-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -3344,9 +3343,9 @@ $result_sectioning{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3354,19 +3353,18 @@ $result_sectioning{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' =>
'Second-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' =>
'Second-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -3378,25 +3376,25 @@ $result_sectioning{'complex'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' =>
'numbered'
- },
- 'structure' => {
- 'associated_unit' =>
{}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {
- 'associated_node' =>
{}
+ 'associated_node' =>
{
+ 'cmdname' =>
'node',
+ 'extra' => {
+ 'normalized' =>
'numbered'
+ },
+ 'structure' => {
+
'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' =>
{},
@@ -3413,27 +3411,26 @@ $result_sectioning{'complex'} = {
'structure' =>
{
'associated_unit' => {
'extra' =>
{
- 'node'
=> {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back'
=> {
'extra' => {
-
'node' => {
-
'cmdname' => 'node',
-
'extra' => {
-
'normalized' => 'numbered-sub2'
-
},
-
'structure' => {
-
'associated_unit' => {}
- }
- },
-
'section' => {
+
'unit_command' => {
'cmdname' => 'subsection',
'extra' => {
-
'associated_node' => {}
+
'associated_node' => {
+
'cmdname' => 'node',
+
'extra' => {
+
'normalized' => 'numbered-sub2'
+
},
+
'structure' => {
+
'associated_unit' => {}
+
}
+
}
},
'structure' => {
'associated_unit' => {},
@@ -3449,27 +3446,26 @@ $result_sectioning{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
-
'cmdname' => 'node',
-
'extra' => {
-
'normalized' => 'numbered-sub'
-
},
-
'structure' => {
-
'associated_unit' => {}
-
}
-
},
-
'section' => {
+
'unit_command' => {
'cmdname' => 'subsection',
'extra' => {
-
'associated_node' => {}
+
'associated_node' => {
+
'cmdname' => 'node',
+
'extra' => {
+
'normalized' => 'numbered-sub'
+
},
+
'structure' => {
+
'associated_unit' => {}
+
}
+
}
},
'structure' => {
'associated_unit' => {},
@@ -3485,9 +3481,9 @@ $result_sectioning{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3520,7 +3516,8 @@ $result_sectioning{'complex'} = {
'section_up' => {}
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3574,7 +3571,8 @@ $result_sectioning{'complex'} = {
'section_up' => {}
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3599,19 +3597,18 @@ $result_sectioning{'complex'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
-
'node' => {
-
'cmdname' => 'node',
-
'extra' => {
-
'normalized' => 'numbered-sub3'
-
},
-
'structure' => {
-
'associated_unit' => {}
- }
- },
-
'section' => {
+
'unit_command' => {
'cmdname' => 'subsection',
'extra' => {
-
'associated_node' => {}
+
'associated_node' => {
+
'cmdname' => 'node',
+
'extra' => {
+
'normalized' => 'numbered-sub3'
+
},
+
'structure' => {
+
'associated_unit' => {}
+
}
+
}
},
'structure' => {
'associated_unit' => {},
@@ -3619,7 +3616,8 @@ $result_sectioning{'complex'} = {
'section_up' => {}
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3669,7 +3667,8 @@ $result_sectioning{'complex'} = {
'section_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3692,19 +3691,18 @@ $result_sectioning{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' =>
'Third-node-unnumbered'
- },
- 'structure' => {
- 'associated_unit' =>
{}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' =>
'unnumbered',
'extra' => {
- 'associated_node' =>
{}
+ 'associated_node' =>
{
+ 'cmdname' =>
'node',
+ 'extra' => {
+ 'normalized' =>
'Third-node-unnumbered'
+ },
+ 'structure' => {
+
'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' =>
{},
@@ -3715,7 +3713,8 @@ $result_sectioning{'complex'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3723,19 +3722,18 @@ $result_sectioning{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' =>
'node',
- 'extra' => {
- 'normalized'
=> 'continuity'
- },
- 'structure' => {
-
'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' =>
'unnumbered',
'extra' => {
-
'associated_node' => {}
+
'associated_node' => {
+ 'cmdname' =>
'node',
+ 'extra' => {
+
'normalized' => 'continuity'
+ },
+ 'structure'
=> {
+
'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -3746,7 +3744,8 @@ $result_sectioning{'complex'} = {
'toplevel_up'
=> {}
}
},
- 'unit_command' =>
{}
+ 'unit_node' => {},
+ 'unit_section' =>
{}
},
'structure' => {
'directions' => {
@@ -3832,7 +3831,8 @@ $result_sectioning{'complex'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3884,240 +3884,240 @@ $result_sectioning{'complex'} = {
]
}
};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'struct
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'str
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_un
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_uni
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_un
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_u
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associa
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $res [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'}{'section_ [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_childs'}[0]
= $result_sectioning{'complex'}{'structure'}{'sectio [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_chi [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_child [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'as
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'s
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'st
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'s
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'s
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'str
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'a
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'a
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'stru
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'ass
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'asso
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'ass
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'as
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_no
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'stru [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
= $result_sectioning{'complex'}{'struc [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'s [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'complex'}{'stru [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'struct [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex'}{'str [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'struc [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_sectioning{'complex'}{'structure'}{'section_childs' [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex'}{'structure'}{'secti [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex'}{'structure'}{'s [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex'}{'structure'}{'s [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'complex'}{'structure'} [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'complex'}{'structure'}{'s [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex'}{'structure'}{'s [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex'}{'structure'}{'sec [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex'}{'structure'}{'secti [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex'}{'structure'}{'secti [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex'}{'structure'}{'section [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs [...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_nod
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_no
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_no
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_no
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'struc
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'s
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'stru
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associat
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associat
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_co
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'asso
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'ass
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'as
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'}{ [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra' [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_c
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_s
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'un
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'un
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'} [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'structure'}{'section_childs'}[0]
= $result_sectioning{'complex'}{'structure [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
= $result_sectioning{'complex'}{'structure'}{'s [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'sec [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'as
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'st
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'struc [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{ [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'ex [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'e [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struct
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'str
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_uni
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'co [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'compl [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'complex [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'comp [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
= $result_sectioning{'complex'}{'structure'}{'section_child [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $result_sectioning{'complex'}{'structure'}{'section_ch [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex'}{'structure'}{' [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex'}{'structure [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex'}{'structure [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'complex'}{'struct [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'complex'}{'structure [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex'}{'structure [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex'}{'structure'} [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex'}{'structure'}{' [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex'}{'structure'}{' [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex'}{'structure'}{'se [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_c [...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associate
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'assoc
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_nod
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'st
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'st
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'str
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'str
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'str
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'uni
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'s
[...]
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structur
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'str
[...]
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -4125,10 +4125,10 @@
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
$result_sectioning{'complex'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'complex'};
$result_nodes{'complex'} = {
@@ -4140,26 +4140,27 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'menus' => [
{
'cmdname' => 'menu',
@@ -4179,9 +4180,9 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4189,18 +4190,19 @@ $result_nodes{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 2
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 2
- }
- },
+ 'associated_section' => {},
'normalized' => 'Second-node'
},
'structure' => {
@@ -4214,9 +4216,9 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4224,17 +4226,18 @@ $result_nodes{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command'
=> {
+ 'cmdname' =>
'unnumbered',
+ 'extra' => {},
+ 'structure' =>
{
+
'associated_unit' => {},
+ 'level' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' =>
'node',
'extra' => {
-
'associated_section' => {
- 'cmdname'
=> 'unnumbered',
- 'extra' =>
{},
-
'structure' => {
-
'associated_unit' => {},
- 'level'
=> 1
- }
- },
+
'associated_section' => {},
'normalized'
=> 'continuity'
},
'structure' =>
{
@@ -4254,8 +4257,7 @@ $result_nodes{'complex'} = {
'node_up' =>
{}
}
},
- 'section' => {},
- 'unit_command'
=> {}
+ 'unit_section'
=> {}
},
'structure' => {
'directions' => {
@@ -4305,25 +4307,25 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'section',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 2,
+ 'number' => '1.1'
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'section',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 2,
- 'number' => '1.1'
- }
- },
+ 'associated_section' => {},
'normalized' => 'numbered'
},
'structure' => {
@@ -4337,25 +4339,26 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' =>
{
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command'
=> {}
+ 'unit_command'
=> {},
+ 'unit_node' =>
{},
+ 'unit_section'
=> {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+
'unit_command' => {
+
'cmdname' => 'subsection',
+ 'extra'
=> {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 3
+ }
+ },
+
'unit_node' => {
'cmdname' => 'node',
'extra'
=> {
-
'associated_section' => {
-
'cmdname' => 'subsection',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 3
- }
- },
+
'associated_section' => {},
'normalized' => 'numbered-sub2'
},
'structure' => {
@@ -4369,25 +4372,26 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
+
'cmdname' => 'subsection',
+
'extra' => {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 3
+
}
+
},
+
'unit_node' => {
'cmdname' => 'node',
'extra' => {
-
'associated_section' => {
-
'cmdname' => 'subsection',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 3
-
}
-
},
+
'associated_section' => {},
'normalized' => 'numbered-sub'
},
'structure' => {
@@ -4402,9 +4406,9 @@ $result_nodes{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4439,8 +4443,7 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
-
'section' => {},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4496,8 +4499,7 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
- 'section'
=> {},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure'
=> {
'directions' => {
@@ -4522,17 +4524,18 @@ $result_nodes{'complex'} = {
'FastForward'
=> {},
'Forward' => {
'extra' => {
- 'node' => {
+
'unit_command' => {
+
'cmdname' => 'subsection',
+ 'extra'
=> {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 3
+ }
+ },
+
'unit_node' => {
'cmdname' => 'node',
'extra'
=> {
-
'associated_section' => {
-
'cmdname' => 'subsection',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 3
- }
- },
+
'associated_section' => {},
'normalized' => 'numbered-sub3'
},
'structure' => {
@@ -4540,8 +4543,7 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
- 'section'
=> {},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure'
=> {
'directions' => {
@@ -4597,8 +4599,7 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4670,8 +4671,7 @@ $result_nodes{'complex'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4733,237 +4733,237 @@ $result_nodes{'complex'} = {
}
}
};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'complex'}{'extra'}{'associated_section'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex'}{'extra'}{'associated_section'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'ass
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_nodes{ [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}
= $result_nodes{'compl [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associat
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_pre
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
= $result_nodes{'complex'}{'extra'}{'associat [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_nodes{'complex'}{'extra'}{'ass [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'complex'}{'ex [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'comple [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex'}{'ex [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex'}{'ex [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex'}{'extr [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_nodes{'complex'}{'extra'}{'as [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'struct [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'as
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'no
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'no
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'as
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structu
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'complex'}{'extra'}{'associated_section [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'complex'}{'extra'}{'associated_sect [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex'}{'extra'}{'associated [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'extra'}{'associated
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associ
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_p
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_u
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}
= $result_nodes{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_no [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForwa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForwa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $r [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_n [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_n [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex'}{'extra [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_nodes{'complex'}{'ex [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'extra'}{'associa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'ass
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'nod
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}
= $result_node [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
= $result [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastFo
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forwar
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBa
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeFo
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
= $resul [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $resul [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex'}{'extra'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex'}{'extra [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'complex'}{'ex [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex'}{'extra [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex'}{'extra [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex'}{'extra'} [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex'}{'extra'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex'}{'extra'}{' [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex'}{'extra'}{'as [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_nodes{'complex'}{'extra'}{'associate [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_nodes{'complex'}{'extra'}{'associate [...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'menu_child'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structur
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'str
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'st
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'st
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_chi
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'e
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_chi
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'e
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'a
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'a
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'struc
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structur
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associat
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'complex'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'complex'}{'extra'}{'associated_section'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'ass
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'str [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
= [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}
= $resu [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'struct
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'struct
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'struct
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $result_nodes{'complex'}{'ex [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'com [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_nod [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'c [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'com [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_nodes{'com [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'compl [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_nodes{'complex'}{'e [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'str [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'complex'}{'extra'}{'associated_section [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'s [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'str [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'str [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'struc [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwar
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex'}{'extra'}{' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'complex'}{'extra'}{'ass [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'complex'}{'extra'}{' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'s
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'extr
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
= [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'comple [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_nodes{'com [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'comple [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'com [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'comple [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'comple [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex' [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex'}{'e [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_nodes{'complex'}{'extra'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_nodes{'complex'}{'extra'}{ [...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'st
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'menu_child'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structu
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structur
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structur
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_n
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'me
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'m
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'st
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_sectio
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'st
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'complex'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'complex'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -4971,8 +4971,8 @@
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex'}{'structure'}{'associated_unit'} =
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex'}{'structure'}{'menu_child'} =
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'complex'}{'structure'}{'node_next'} =
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'complex'}{'structure'}{'menu_child'} =
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'complex'}{'structure'}{'node_next'} =
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_nodes{'complex'}{'structure'}{'node_prev'}{'extra'}{'manual_content'}
=
$result_nodes{'complex'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}{'extra'}{'manual_content'};
$result_menus{'complex'} = {
@@ -4983,8 +4983,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -4992,13 +4991,23 @@ $result_menus{'complex'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'First-node'
@@ -5013,8 +5022,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumberedsec',
'extra' => {},
'structure' => {
@@ -5022,7 +5030,8 @@ $result_menus{'complex'} = {
'level' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5030,7 +5039,16 @@ $result_menus{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 2
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Second-node'
@@ -5045,8 +5063,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -5054,7 +5071,8 @@ $result_menus{'complex'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5062,7 +5080,15 @@ $result_menus{'complex'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'unnumbered',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'continuity'
@@ -5090,15 +5116,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'unnumbered',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5149,7 +5167,16 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'section',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 2,
+ 'number' => '1.1'
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered'
@@ -5164,8 +5191,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' =>
'unnumberedsec',
'extra' => {},
'structure' => {
@@ -5173,13 +5199,22 @@ $result_menus{'complex'} = {
'level' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command'
=> {
+ 'cmdname' =>
'subsection',
+ 'extra' => {},
+ 'structure' =>
{
+
'associated_unit' => {},
+ 'level' => 3
+ }
+ },
+ 'unit_node' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'numbered-sub2'
@@ -5194,8 +5229,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
@@ -5203,13 +5237,22 @@ $result_menus{'complex'} = {
'level' => 3
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
+
'cmdname' => 'subsection',
+
'extra' => {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 3
+
}
+
},
+
'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub'
@@ -5225,8 +5268,7 @@ $result_menus{'complex'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
@@ -5234,7 +5276,8 @@ $result_menus{'complex'} = {
'level' => 3
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5268,15 +5311,7 @@ $result_menus{'complex'} = {
}
}
},
-
'section' => {
-
'cmdname' => 'subsection',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 3
-
}
-
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5331,15 +5366,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' =>
'subsection',
- 'extra' => {},
- 'structure' =>
{
-
'associated_unit' => {},
- 'level' => 3
- }
- },
- 'unit_command'
=> {}
+ 'unit_section'
=> {}
},
'structure' => {
'directions' => {
@@ -5364,7 +5391,15 @@ $result_menus{'complex'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command'
=> {
+ 'cmdname' =>
'subsection',
+ 'extra' => {},
+ 'structure' =>
{
+
'associated_unit' => {},
+ 'level' => 3
+ }
+ },
+ 'unit_node' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'numbered-sub3'
@@ -5377,15 +5412,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' =>
'subsection',
- 'extra' => {},
- 'structure' =>
{
-
'associated_unit' => {},
- 'level' => 3
- }
- },
- 'unit_command'
=> {}
+ 'unit_section'
=> {}
},
'structure' => {
'directions' => {
@@ -5434,16 +5461,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'section',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 2,
- 'number' => '1.1'
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5477,16 +5495,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 2
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5536,16 +5545,7 @@ $result_menus{'complex'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5588,236 +5588,236 @@ $result_menus{'complex'} = {
'menu_child' => {}
}
};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'node'} =
$result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'struc
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'st
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'stru
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'stru
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'stru
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'ass
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'struc
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{' [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{' [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'secti
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'u
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'u
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= $result_menus{'comp [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $result_menus{'comp [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'comple [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex'}{'structure'}{'associat [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure' [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'struc [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex'}{'structure'}{'associated_uni [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'structure'}{'associated [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex'}{'structure'}{'associa [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_menus{'complex'}{'structure'}{'associated_ [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'structure'}{'associated [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex'}{'structure'}{'associa [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex'}{'structure'}{'associated [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_u [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_menus{'complex'}{'structure'}{'associated_uni [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure'}{'associated_uni [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit' [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'stru [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'stru [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure' [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex'}{'structure'}{'assoc [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structu [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'st [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex'}{'structure'}{'associated_ [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'structure'}{'associa [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex'}{'structure'}{'asso [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
= $result_menus{'complex'}{'structure'}{'associat [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'structure'}{'associa [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex'}{'structure'}{'asso [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associate [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure'}{'associated_ [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_un [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'s [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'s [...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'st
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'ass
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'str
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'str
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'ass
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associ
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'as
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}
[...]
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'a
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'s
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'complex'}{'structure'}{'associated_u [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'c [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_menus{'comp [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_un
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $ [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'complex'}{'s [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
= $result_menus{'complex'}{'structure'}{'associate [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex'}{'structure'}{ [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex'}{'struc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_menus{'complex'}{'structure [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex'}{'struc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure' [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_menus{'complex'}{'structure'}{ [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure'}{ [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'a [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_menus{'complex'}{'structure'}{'associat [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_menus{'complex'}{'structure'}{'associat [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_menus{'c [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'complex'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
= $result_menus{'complex'}{'structure'}{'associ [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex'}{'structure [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'struc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex'}{'st [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
= $result_menus{'complex'}{'struct [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'struc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex'}{'st [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structu [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
= $result_menus{'complex'}{'structure'}{'assoc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_menus{'complex'}{'structure'}{'assoc [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structur [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'} [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{' [...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'a
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'s
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'s
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'stru
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'uni
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit
[...]
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'complex'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
-$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex'}{'structure'}{'associated_unit'};
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex'}{'structure'}{'menu_child'} =
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'complex'}{'structure'}{'menu_child'} =
$result_menus{'complex'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'complex'} = [];
@@ -5828,7 +5828,15 @@ $result_floats{'complex'} = {};
$result_elements{'complex'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -5843,8 +5851,7 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -5853,7 +5860,8 @@ $result_elements{'complex'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5861,7 +5869,16 @@ $result_elements{'complex'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 2
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Second-node'
@@ -5876,8 +5893,7 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -5885,7 +5901,8 @@ $result_elements{'complex'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5893,7 +5910,15 @@ $result_elements{'complex'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'unnumbered',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'continuity'
@@ -5921,15 +5946,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'unnumbered',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -5977,7 +5994,16 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'section',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 2,
+ 'number' => '1.1'
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered'
@@ -5992,8 +6018,7 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumberedsec',
'extra' => {},
'structure' => {
@@ -6001,13 +6026,22 @@ $result_elements{'complex'} = [
'level' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' =>
'subsection',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' =>
{},
+ 'level' => 3
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'numbered-sub2'
@@ -6022,8 +6056,7 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' =>
{
+
'unit_command' => {
'cmdname'
=> 'unnumberedsubsec',
'extra' =>
{},
'structure' => {
@@ -6031,13 +6064,22 @@ $result_elements{'complex'} = [
'level'
=> 3
}
},
-
'unit_command' => {}
+ 'unit_node'
=> {},
+
'unit_section' => {}
},
'structure' =>
{
'directions'
=> {
'Back' => {
'extra'
=> {
- 'node'
=> {
+
'unit_command' => {
+
'cmdname' => 'subsection',
+
'extra' => {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 3
+ }
+ },
+
'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub'
@@ -6053,8 +6095,7 @@ $result_elements{'complex'} = [
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
@@ -6062,13 +6103,22 @@ $result_elements{'complex'} = [
'level' => 3
}
},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
+
'cmdname' => 'unnumberedsec',
+
'extra' => {},
+
'structure' => {
+
'associated_unit' => {},
+
'level' => 2
+
}
+
},
+
'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'unnumbered'
@@ -6083,15 +6133,7 @@ $result_elements{'complex'} = [
}
}
},
-
'section' => {
-
'cmdname' => 'unnumberedsec',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 2
-
}
-
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6137,15 +6179,7 @@ $result_elements{'complex'} = [
}
}
},
-
'section' => {
-
'cmdname' => 'subsection',
-
'extra' => {},
-
'structure' => {
-
'associated_unit' => {},
-
'level' => 3
- }
- },
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6196,15 +6230,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' =>
'subsection',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' =>
{},
- 'level' => 3
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6227,7 +6253,15 @@ $result_elements{'complex'} = [
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' =>
'subsection',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' =>
{},
+ 'level' => 3
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'numbered-sub3'
@@ -6240,15 +6274,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' =>
'subsection',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' =>
{},
- 'level' => 3
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6293,16 +6319,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'section',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 2,
- 'number' => '1.1'
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6334,16 +6351,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 2
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6384,15 +6392,7 @@ $result_elements{'complex'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -6428,224 +6428,224 @@ $result_elements{'complex'} = [
{},
{}
];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associat
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structur
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'struc
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'struct
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'me
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'str
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'struct
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'st
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structu
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'me [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'complex'}[0 [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structu [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_next'}
= $re [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $resu [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_uni
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_elements{'com [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_ele [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $res [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_ [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Next'}
= $result_ele [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
= $res [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeNext'}
= $result [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_e [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_ele [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_ele [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_eleme [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex'}[0]{'extra'}{'n [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex'}[0]{'extra'} [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'complex'}[0]{'extra'}{'no [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_elements{'complex'}[0]{'extra'}{'node' [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex'}[0]{'extra'}{'n [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex'}[0]{'extra'} [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_elements{'complex'}[0]{'extra'}{'n [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex'}[0]{'extra'}{'n [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0]{'extra'}{'nod [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'complex'}[0]{'extra'}{'node' [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex'}[0]{'extra'}{'node' [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{ [...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structu
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'struct
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'struct
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'str
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structu
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'struct
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'str
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'str
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'stru
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associat
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'ex
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'ex
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'n
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'
[...]
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'node'};
-$result_elements{'complex'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'complex'}[0];
-$result_elements{'complex'}[0]{'extra'}{'unit_command'} =
$result_elements{'complex'}[0]{'extra'}{'section'};
-$result_elements{'complex'}[0]{'structure'}{'directions'}{'FastForward'} =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'structure'}{'directions'}{'NodeForward'} =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[0]{'structure'}{'directions'}{'NodeNext'} =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'st
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_nod
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'st
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'st
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'as
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'a
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'str
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'struct
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $res [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_elements{'complex'}[0]{'extra'} [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_elements{'complex'}[0]{'extr [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'st
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
= $ [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'comp [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'c [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'compl [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_elements{'complex' [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'comp [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'c [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_elements{'comp [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'comp [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'comple [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'complex' [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex' [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[ [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{' [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{' [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'me [...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'a
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'str
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associat
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associate
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associat
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associat
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_uni
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'str
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associate
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associa
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associate
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'stru
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'struc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'a
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'a
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex'}[0];
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}
[...]
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
+$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'complex'}[0]{'extra'}{'unit_node'};
+$result_elements{'complex'}[0]{'extra'}{'unit_section'} =
$result_elements{'complex'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex'}[0]{'structure'}{'directions'}{'FastForward'} =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'structure'}{'directions'}{'NodeForward'} =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[0]{'structure'}{'directions'}{'NodeNext'} =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'complex'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'complex'}[0];
-$result_elements{'complex'}[1] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[2] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'
[...]
-$result_elements{'complex'}[3] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'
[...]
-$result_elements{'complex'}[4] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'complex'}[5] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[6] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'complex'}[7] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[8] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'complex'}[9] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[10] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex'}[11] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex'}[12] =
$result_elements{'complex'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[1] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[2] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Ba
[...]
+$result_elements{'complex'}[3] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Ba
[...]
+$result_elements{'complex'}[4] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'complex'}[5] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[6] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'complex'}[7] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[8] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'complex'}[9] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[10] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex'}[11] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex'}[12] =
$result_elements{'complex'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/complex_split_at_node.pl
b/tp/t/results/sectioning/complex_split_at_node.pl
index 63d2834d9f..811109a6d0 100644
--- a/tp/t/results/sectioning/complex_split_at_node.pl
+++ b/tp/t/results/sectioning/complex_split_at_node.pl
@@ -2537,9 +2537,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2549,9 +2549,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2561,9 +2561,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2573,9 +2573,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2585,9 +2585,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2597,9 +2597,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2609,9 +2609,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2621,9 +2621,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2633,9 +2633,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2645,9 +2645,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2656,8 +2656,8 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -2667,9 +2667,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2679,9 +2679,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2691,9 +2691,9 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -2703,8 +2703,8 @@ $result_trees{'complex_split_at_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -3081,76 +3081,76 @@
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[29]{'parent'}
= $result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'};
$result_trees{'complex_split_at_node'}[0]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'complex_split_at_node'}[0]{'contents'}[2] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'complex_split_at_node'}[0]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'complex_split_at_node'}[0]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'complex_split_at_node'}[0]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'complex_split_at_node'}[0]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'complex_split_at_node'}[0]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'complex_split_at_node'}[1]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'complex_split_at_node'}[1]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'complex_split_at_node'}[1]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'complex_split_at_node'}[1]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'complex_split_at_node'}[1]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'complex_split_at_node'}[1]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'complex_split_at_node'}[1]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'complex_split_at_node'}[2]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'complex_split_at_node'}[2]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'complex_split_at_node'}[2]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'complex_split_at_node'}[2]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'complex_split_at_node'}[2]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'complex_split_at_node'}[2]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'complex_split_at_node'}[2]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'complex_split_at_node'}[3]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'complex_split_at_node'}[3]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'complex_split_at_node'}[3]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'complex_split_at_node'}[3]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'complex_split_at_node'}[3]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'complex_split_at_node'}[3]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'complex_split_at_node'}[3]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'complex_split_at_node'}[4]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'complex_split_at_node'}[4]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
-$result_trees{'complex_split_at_node'}[4]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'complex_split_at_node'}[4]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'complex_split_at_node'}[4]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'complex_split_at_node'}[4]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'complex_split_at_node'}[4]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'complex_split_at_node'}[5]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
$result_trees{'complex_split_at_node'}[5]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
-$result_trees{'complex_split_at_node'}[5]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
-$result_trees{'complex_split_at_node'}[5]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
$result_trees{'complex_split_at_node'}[5]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
+$result_trees{'complex_split_at_node'}[5]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
+$result_trees{'complex_split_at_node'}[5]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[12];
$result_trees{'complex_split_at_node'}[6]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
$result_trees{'complex_split_at_node'}[6]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
-$result_trees{'complex_split_at_node'}[6]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
-$result_trees{'complex_split_at_node'}[6]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
$result_trees{'complex_split_at_node'}[6]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
+$result_trees{'complex_split_at_node'}[6]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[13];
+$result_trees{'complex_split_at_node'}[6]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[14];
$result_trees{'complex_split_at_node'}[7]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
$result_trees{'complex_split_at_node'}[7]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
-$result_trees{'complex_split_at_node'}[7]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
-$result_trees{'complex_split_at_node'}[7]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
$result_trees{'complex_split_at_node'}[7]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
+$result_trees{'complex_split_at_node'}[7]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[15];
+$result_trees{'complex_split_at_node'}[7]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[16];
$result_trees{'complex_split_at_node'}[8]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
$result_trees{'complex_split_at_node'}[8]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
-$result_trees{'complex_split_at_node'}[8]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
-$result_trees{'complex_split_at_node'}[8]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
$result_trees{'complex_split_at_node'}[8]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
+$result_trees{'complex_split_at_node'}[8]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[17];
+$result_trees{'complex_split_at_node'}[8]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[18];
$result_trees{'complex_split_at_node'}[9]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
$result_trees{'complex_split_at_node'}[9]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
-$result_trees{'complex_split_at_node'}[9]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
-$result_trees{'complex_split_at_node'}[9]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
$result_trees{'complex_split_at_node'}[9]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
+$result_trees{'complex_split_at_node'}[9]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[19];
+$result_trees{'complex_split_at_node'}[9]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[20];
$result_trees{'complex_split_at_node'}[10]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[21];
-$result_trees{'complex_split_at_node'}[10]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[21];
$result_trees{'complex_split_at_node'}[10]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[21];
+$result_trees{'complex_split_at_node'}[10]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[21];
$result_trees{'complex_split_at_node'}[11]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
$result_trees{'complex_split_at_node'}[11]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
-$result_trees{'complex_split_at_node'}[11]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
-$result_trees{'complex_split_at_node'}[11]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
$result_trees{'complex_split_at_node'}[11]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
+$result_trees{'complex_split_at_node'}[11]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[22];
+$result_trees{'complex_split_at_node'}[11]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[23];
$result_trees{'complex_split_at_node'}[12]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
$result_trees{'complex_split_at_node'}[12]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
-$result_trees{'complex_split_at_node'}[12]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
-$result_trees{'complex_split_at_node'}[12]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
$result_trees{'complex_split_at_node'}[12]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
+$result_trees{'complex_split_at_node'}[12]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[24];
+$result_trees{'complex_split_at_node'}[12]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[25];
$result_trees{'complex_split_at_node'}[13]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
$result_trees{'complex_split_at_node'}[13]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
-$result_trees{'complex_split_at_node'}[13]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
-$result_trees{'complex_split_at_node'}[13]{'extra'}{'section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
$result_trees{'complex_split_at_node'}[13]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
+$result_trees{'complex_split_at_node'}[13]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[26];
+$result_trees{'complex_split_at_node'}[13]{'extra'}{'unit_section'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[27];
$result_trees{'complex_split_at_node'}[14]{'contents'}[0] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[28];
$result_trees{'complex_split_at_node'}[14]{'contents'}[1] =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[29];
-$result_trees{'complex_split_at_node'}[14]{'extra'}{'node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[28];
$result_trees{'complex_split_at_node'}[14]{'extra'}{'unit_command'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[28];
+$result_trees{'complex_split_at_node'}[14]{'extra'}{'unit_node'} =
$result_trees{'complex_split_at_node'}[0]{'contents'}[0]{'parent'}{'contents'}[28];
$result_texis{'complex_split_at_node'} = '@node Top,First node,(dir)
@top
@@ -3328,15 +3328,15 @@ $result_sectioning{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'First-node'
@@ -3345,7 +3345,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -3366,9 +3367,9 @@ $result_sectioning{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3376,7 +3377,7 @@ $result_sectioning{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'Second-node'
@@ -3385,7 +3386,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -3399,14 +3401,13 @@ $result_sectioning{'complex_split_at_node'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'between-node'
@@ -3415,13 +3416,13 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' =>
{}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'numbered'
@@ -3430,7 +3431,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'section',
'extra' => {
'associated_node' => {}
@@ -3450,15 +3452,15 @@ $result_sectioning{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub2'
@@ -3467,7 +3469,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra' => {
'associated_node' => {}
@@ -3486,15 +3489,15 @@ $result_sectioning{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub'
@@ -3503,7 +3506,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra' => {
'associated_node' => {}
@@ -3522,9 +3526,9 @@ $result_sectioning{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -3556,8 +3560,7 @@ $result_sectioning{'complex_split_at_node'} = {
},
'section_up' => {}
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -3610,8 +3613,7 @@ $result_sectioning{'complex_split_at_node'} = {
},
'section_up' => {}
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -3636,7 +3638,7 @@ $result_sectioning{'complex_split_at_node'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub3'
@@ -3645,7 +3647,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra' => {
'associated_node' => {}
@@ -3655,8 +3658,7 @@ $result_sectioning{'complex_split_at_node'} = {
'level' => 3,
'section_up' => {}
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -3705,8 +3707,7 @@ $result_sectioning{'complex_split_at_node'} = {
},
'section_up'
=> {}
}
- },
- 'unit_command' =>
{}
+ }
},
'structure' => {
'directions' => {
@@ -3739,7 +3740,7 @@ $result_sectioning{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'Third-node-unnumbered'
@@ -3748,7 +3749,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' =>
{}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'unnumbered',
'extra' => {
'associated_node' =>
{}
@@ -3761,8 +3763,7 @@ $result_sectioning{'complex_split_at_node'} = {
'toplevel_prev' =>
{},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -3770,7 +3771,7 @@ $result_sectioning{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'continuity'
@@ -3779,7 +3780,8 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'unnumbered',
'extra' => {
'associated_node' => {}
@@ -3792,8 +3794,7 @@ $result_sectioning{'complex_split_at_node'} = {
'toplevel_prev' => {},
'toplevel_up'
=> {}
}
- },
- 'unit_command' =>
{}
+ }
},
'structure' => {
'directions' => {
@@ -3801,7 +3802,7 @@ $result_sectioning{'complex_split_at_node'} = {
'FastBack' => {},
'Forward' => {
'extra' => {
- 'node' => {
+
'unit_command' => {
'cmdname'
=> 'node',
'extra' =>
{
'normalized' => 'Last-node-no-description'
@@ -3810,7 +3811,7 @@ $result_sectioning{'complex_split_at_node'} = {
'associated_unit' => {}
}
},
-
'unit_command' => {}
+ 'unit_node'
=> {}
},
'structure' =>
{
'directions'
=> {
@@ -3904,8 +3905,7 @@ $result_sectioning{'complex_split_at_node'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -3957,257 +3957,257 @@ $result_sectioning{'complex_split_at_node'} = {
]
}
};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwar
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_nod
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associate
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_chil [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_a [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'extra'}{'associated_node'}
= $result_sectioning{'complex_split_at [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_spli [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}
= $re [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_childs'}[0]
= $ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
= $resul [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex_split_at_ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'s [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex_split_at_node'}{'stru [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex_split_at_node'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_sectioning{'complex_split_at_node' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'complex_split_at_node'}{'s [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex_split_at_node'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex_split_at_node'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_split_at_node'}{'st [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex_split_at_node'}{'stru [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex_split_at_node'}{'stru [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex_split_at_node'}{'struct [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'ex
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'ext
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'assoc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'assoc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'secti [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'sectio [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'se [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'secti [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'sect [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'sectio [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_sectioning{'c [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
= $result_sectioning{'co [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_sectioning [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'c [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'com [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'co [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_sectioning{'complex_split_at_node'}{' [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex_split_a [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex_spl [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'ass
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
= $result [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBa
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePr
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $resul [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex_spl [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'complex_ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'complex_spl [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex_spl [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_split [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex_split_a [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex_split_a [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex_split_at_ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result_sectioning{'complex_split_at_node'}{ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex_split_at_node'}{ [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_chil [...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structur
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'a
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associat
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associat
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_ch
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_n
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'asso
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associa
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associat
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'asso
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associa
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associ
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'asso
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'co [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_sectioning{'co [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'extra'}{'associated_node'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'associated_un
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'section_child
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'section_prev'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
= $result_sectioning{'complex [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex_split_at_node'}{ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex_split_at_nod [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_sectioning{'complex_split_at_ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'complex_split_at_node [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex_split_at_nod [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex_split_at_nod [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_split_at_node' [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex_split_at_node'}{ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex_split_at_node'}{ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex_split_at_node'}{'s [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_sectioning{'complex_split_at_node'}{'structur [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex_split_at_node'}{'structur [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'str
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'struc [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
= $result_sectioning{'complex_split_at_node'}{'structure [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_sectioning{'complex_split_at_node'}{'struc [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}
= $result_sectioning{'complex_split_at_node'}{'structur [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
= $result_sectioning{'complex_split_at_node'}{'structure' [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'complex_split_at_node'}{'structu [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'complex_split_at_node'}{'structure [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_ch [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
= $result_sectioning{'complex_split_at_node'} [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
= $result_sect [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}
= $result_sec [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
= $result_secti [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
= $result_se [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
= $result_sect [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'complex_sp [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'str
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
= $resu [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'B
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'N
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'N
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'T
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'com [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'comple [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_ [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex_sp [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex_sp [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex_spli [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result_sectioning{'complex_split_at_no [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'complex_split_at_no [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_chi [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_ch [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_ch [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_ch [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_chil [...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'ex
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'ex
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'stru
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'str
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'ass
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'ass
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'as
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'as
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'stru
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structu
[...]
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'struc
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'
[...]
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associat
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'ass
[...]
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -4215,10 +4215,10 @@
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'e
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{
[...]
-$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'};
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwa
[...]
$result_sectioning{'complex_split_at_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'complex_split_at_node'};
$result_nodes{'complex_split_at_node'} = {
@@ -4230,15 +4230,15 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -4269,9 +4269,9 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4279,7 +4279,7 @@ $result_nodes{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -4304,9 +4304,9 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4314,7 +4314,7 @@ $result_nodes{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command'
=> {
'cmdname' =>
'node',
'extra' => {
'associated_section' => {
@@ -4338,8 +4338,8 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -4360,8 +4360,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' =>
{}
}
},
- 'section' => {},
- 'unit_command'
=> {}
+ 'unit_node' =>
{},
+ 'unit_section'
=> {}
},
'structure' => {
'directions' => {
@@ -4413,14 +4413,14 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'between-node'
@@ -4430,13 +4430,13 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section'
=> {
@@ -4461,15 +4461,15 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' =>
{},
- 'section'
=> {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure'
=> {
'directions' => {
'Back'
=> {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -4493,15 +4493,15 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -4526,9 +4526,9 @@ $result_nodes{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4563,8 +4563,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
-
'section' => {},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4620,8 +4620,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
-
'section' => {},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4646,7 +4646,7 @@ $result_nodes{'complex_split_at_node'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -4664,8 +4664,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
-
'section' => {},
-
'unit_command' => {}
+
'unit_node' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4721,8 +4721,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4804,8 +4804,8 @@ $result_nodes{'complex_split_at_node'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -4867,255 +4867,255 @@ $result_nodes{'complex_split_at_node'} = {
}
}
};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'str
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{' [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_sectio [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associa [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'ass [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'st
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}
= $resul [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
= $result_nodes{'complex_split_ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_nodes{'complex_s [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_nodes{ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_no [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
= $result_nod [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_no [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_no [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_no [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_node [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_nodes{ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'c [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result_nodes{'complex_ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_nodes{'complex_ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'asso [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associa [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'ass [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'complex_split_at_node'}{'extra'}{' [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'ass [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'ass [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'assoc [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associa [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associa [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associate [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_secti [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_secti [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'me
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
= $result_nodes{'complex_split_at_node'}{'extra'} [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structu
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $res [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'ass [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'menu_child'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associat [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associate [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associate [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_ [...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'node_up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'as
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'stru
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associat
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'asso
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'a
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'assoc
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'asso
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'asso
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associ
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associat
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associat
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'ass
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associ
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'as
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associ
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_sect
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'a [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'asso [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'a [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'complex_split_at_node'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_nodes{'complex_split_at_node [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
= $result_nod [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $result_ [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBac
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBac
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeFor
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNex
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePre
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_nodes{'complex_split_at_node' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_nodes{'complex_split_at_node'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'complex_split_at_node [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_nodes{'complex_split_at_n [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_nodes{'complex_split_at_node [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'complex_split_at_node [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'complex_split_at_node'} [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_nodes{'complex_split_at_node'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'complex_split_at_node'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_nodes{'complex_split_at_node'}{'ex [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_nodes{'complex_split_at_node'}{'extra'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_nodes{'complex_split_at_node'}{'extra'}{' [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'str
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_un
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
= $result_nodes{'complex_split_at [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_se [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
= $result_nodes{'complex_split_at_node [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'structure'}{'menu_child'}
= $result_nodes{'complex_split_at_node'}{'e [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
= $result_nodes{'complex_split_at_node'}{'ex [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'complex_split_at_node'}{'ex [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'}{'extr [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{ [...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_un
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'struct
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'as
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_c
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_chil
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structu
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'node_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structur
[...]
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'node_up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'complex_split_at_node'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -5123,8 +5123,8 @@
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'complex_split_at_node'}{'structure'}{'associated_unit'} =
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'complex_split_at_node'}{'structure'}{'menu_child'} =
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'complex_split_at_node'}{'structure'}{'node_next'} =
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'complex_split_at_node'}{'structure'}{'menu_child'} =
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'complex_split_at_node'}{'structure'}{'node_next'} =
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'complex_split_at_node'}{'structure'}{'node_prev'}{'extra'}{'manual_content'}
=
$result_nodes{'complex_split_at_node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}{'extra'}{'manual_content'};
$result_menus{'complex_split_at_node'} = {
@@ -5135,22 +5135,22 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'First-node'
@@ -5165,16 +5165,16 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumberedsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5182,7 +5182,7 @@ $result_menus{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Second-node'
@@ -5197,16 +5197,16 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5214,7 +5214,7 @@ $result_menus{'complex_split_at_node'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'continuity'
@@ -5229,8 +5229,8 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' =>
{
'extra' => {
- 'node' => {},
- 'unit_command'
=> {}
+ 'unit_command'
=> {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -5258,15 +5258,15 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5319,14 +5319,14 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' =>
'numbered'
@@ -5341,22 +5341,22 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' =>
{
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command'
=> {},
+ 'unit_node' =>
{},
+ 'unit_section'
=> {
'cmdname' =>
'unnumberedsec',
'extra' => {},
'structure' =>
{
'associated_unit' => {},
'level' => 2
}
- },
- 'unit_command'
=> {}
+ }
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra'
=> {
'normalized' => 'numbered-sub2'
@@ -5371,22 +5371,22 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub'
@@ -5402,16 +5402,16 @@ $result_menus{'complex_split_at_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -5445,15 +5445,15 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -5508,15 +5508,15 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section'
=> {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra'
=> {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
- },
-
'unit_command' => {}
+ }
},
'structure'
=> {
'directions' => {
@@ -5541,7 +5541,7 @@ $result_menus{'complex_split_at_node'} = {
'FastForward'
=> {},
'Forward' => {
'extra' => {
- 'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra'
=> {
'normalized' => 'numbered-sub3'
@@ -5554,15 +5554,15 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section'
=> {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra'
=> {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
- },
-
'unit_command' => {}
+ }
},
'structure'
=> {
'directions' => {
@@ -5611,7 +5611,8 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -5619,8 +5620,7 @@ $result_menus{'complex_split_at_node'} = {
'level' => 2,
'number' => '1.1'
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5664,7 +5664,8 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -5672,8 +5673,7 @@ $result_menus{'complex_split_at_node'} = {
'level' => 1,
'number' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5723,7 +5723,8 @@ $result_menus{'complex_split_at_node'} = {
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -5731,8 +5732,7 @@ $result_menus{'complex_split_at_node'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -5775,253 +5775,253 @@ $result_menus{'complex_split_at_node'} = {
'menu_child' => {}
}
};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'s
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'complex_split_at_node'}{'structure' [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'complex_split_at_node'}{'st [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex_split_at_ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex_split [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex_split [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_a [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex_split_at_ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_menus{'complex_split_at_node'}{'s [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'s
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'me
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'s
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'complex_split_at_node'}{'structure'}{'asso [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'complex [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'complex_split_at_node'}{'structure [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associa
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
= $result_menus{ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $res [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $r [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $res [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $res [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $resul [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
= $result_menus [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
= $result_menus [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex_split_at_nod [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'complex_split_at_ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associa
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'asso
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
= $result_men [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForwar
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForwar
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
= $ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= $re [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
= $result_me [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_me [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_menus{'complex_split_at_node'}{ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex_split_at_nod [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'complex_split_at_ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_menus{'complex_split_at_nod [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex_split_at_nod [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node' [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_menus{'complex_split_at_node'}{ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex_split_at_node'}{ [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'s [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_menus{'complex_split_at_node'}{'structur [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_menus{'complex_split_at_node'}{'structur [...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structu
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structur
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'n
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'me
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'m
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'
[...]
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'stru
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit' [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'com [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'comple [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_ [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $res [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $res [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $resul [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_ [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_menus{'co [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
= $result_menus{'complex_split_at_node'}{'structure [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'str
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit' [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'uni
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'str
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'str
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structur
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structur
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'stru
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'stru
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'complex_sp [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'complex_split [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_un
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_no
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_se
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'dir
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'uni
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'uni
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_men [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_ [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_menus{' [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_men [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_ [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_men [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_men [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_menus{' [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{' [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'co [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_menus{'complex_s [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_menus{'complex_s [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
= $result_menus{'complex_split_at_node'}{'structure'}{'as [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= $result_menus{'complex_split_at_node'}{'structure'}{'ass [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $result_menus{'complex_split_at_node'}{'structure'}{'ass [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'assoc [...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'stru
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'uni
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_co
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comma
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'str
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'str
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structur
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_c
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comm
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'st
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structu
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structur
[...]
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'complex_split_at_node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
-$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'};
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'complex_split_at_node'}{'structure'}{'menu_child'} =
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'complex_split_at_node'}{'structure'}{'menu_child'} =
$result_menus{'complex_split_at_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_errors{'complex_split_at_node'} = [];
@@ -6032,7 +6032,7 @@ $result_floats{'complex_split_at_node'} = {};
$result_elements{'complex_split_at_node'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -6047,8 +6047,9 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -6056,8 +6057,7 @@ $result_elements{'complex_split_at_node'} = [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6065,7 +6065,7 @@ $result_elements{'complex_split_at_node'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Second-node'
@@ -6080,16 +6080,16 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6097,7 +6097,7 @@ $result_elements{'complex_split_at_node'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'continuity'
@@ -6112,8 +6112,8 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -6140,15 +6140,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6197,14 +6197,14 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered'
@@ -6219,22 +6219,22 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'unnumberedsec',
'extra' => {},
'structure' => {
'associated_unit' =>
{},
'level' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'numbered-sub2'
@@ -6249,22 +6249,22 @@ $result_elements{'complex_split_at_node'} = [
'structure'
=> {
'associated_unit' => {
'extra'
=> {
- 'node'
=> {},
-
'section' => {
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
- },
-
'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'numbered-sub'
@@ -6280,22 +6280,22 @@ $result_elements{'complex_split_at_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
-
'node' => {},
-
'section' => {
+
'unit_command' => {},
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'unnumberedsubsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
-
'node' => {
+
'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'unnumbered'
@@ -6310,15 +6310,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'unnumberedsec',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 2
}
-
},
-
'unit_command' => {}
+
}
},
'structure' => {
'directions' => {
@@ -6364,15 +6364,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
-
'section' => {
+
'unit_node' => {},
+
'unit_section' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
-
},
-
'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6423,15 +6423,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'subsection',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
- },
- 'unit_command' =>
{}
+ }
},
'structure' => {
'directions' => {
@@ -6454,7 +6454,7 @@ $result_elements{'complex_split_at_node'} = [
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' =>
'node',
'extra' => {
'normalized'
=> 'numbered-sub3'
@@ -6467,15 +6467,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' =>
'subsection',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 3
}
- },
- 'unit_command' =>
{}
+ }
},
'structure' => {
'directions' => {
@@ -6520,7 +6520,8 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -6528,8 +6529,7 @@ $result_elements{'complex_split_at_node'} = [
'level' => 2,
'number' => '1.1'
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6569,7 +6569,8 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -6577,8 +6578,7 @@ $result_elements{'complex_split_at_node'} = [
'level' => 1,
'number' => 2
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6619,15 +6619,15 @@ $result_elements{'complex_split_at_node'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -6665,239 +6665,239 @@ $result_elements{'complex_split_at_node'} = [
{},
{}
];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_n
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associa
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'struct
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'struct
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'stru
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'no
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'no
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'no
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structu
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'str
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'struct
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'str
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_uni
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'nod [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_element [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBa
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forwar
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBa
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeFo
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNe
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePr
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= $result_elements{'complex_split_at_nod [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $result_elements{'complex_split_at_nod [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node' [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'str [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{' [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_c
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struc [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'st [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struct [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struc [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'st [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struc [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structu [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{' [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{' [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0]{'extra' [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'men
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struct [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'st [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{ [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'str [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'st [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{ [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'stru [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'struct [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structur [...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'as
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'asso
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'a
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'} =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'};
-$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'m
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structu
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'me
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'struc
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'struc
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associ
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structu
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'stru
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'stru
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associ
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'m
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_chil
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_c [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'complex_ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'e
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'e
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'e
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'s
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
= $resul [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
= $resul [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_c [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0]{'ex [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'}[0] [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex_split_at_node'} [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'complex_split_at_node'}[0]{ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'}[0] [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex_split_at_node'} [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex_split_at_node'}[0] [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0]{' [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'complex_split_at_node'}[0]{'ex [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0]{'ex [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0]{'extr [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structur
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'struc
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'compl [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_elements{'complex_split [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'uni [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'compl [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'complex_split_at_node'}[0]{ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'complex_split_at_node'} [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastForward'}
= $result_elements{'complex_split_at_nod [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
= $result_elements{'complex_split_at_node'}[ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'} [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex_split_at_nod [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0 [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0]{ [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0]{'e [...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structur
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'struc
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structur
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structur
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'m
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_child'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_u
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_un
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_un
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeUp'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'stru
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structur
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'stru
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_child'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_u
[...]
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_node'} =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'complex_split_at_node'}[0];
+$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'complex_split_at_node'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'complex_split_at_node'}[0];
-$result_elements{'complex_split_at_node'}[1] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[2] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
-$result_elements{'complex_split_at_node'}[3] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
-$result_elements{'complex_split_at_node'}[4] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
-$result_elements{'complex_split_at_node'}[5] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'assoc
[...]
-$result_elements{'complex_split_at_node'}[6] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'complex_split_at_node'}[7] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[8] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'complex_split_at_node'}[9] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'complex_split_at_node'}[10] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[11] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[12] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'complex_split_at_node'}[13] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'complex_split_at_node'}[14] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[1] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[2] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[3] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[4] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[5] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{
[...]
+$result_elements{'complex_split_at_node'}[6] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'complex_split_at_node'}[7] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[8] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'complex_split_at_node'}[9] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'complex_split_at_node'}[10] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[11] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[12] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'complex_split_at_node'}[13] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'complex_split_at_node'}[14] =
$result_elements{'complex_split_at_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/double_part.pl
b/tp/t/results/sectioning/double_part.pl
index 83d5fe75f6..657c468a20 100644
--- a/tp/t/results/sectioning/double_part.pl
+++ b/tp/t/results/sectioning/double_part.pl
@@ -388,9 +388,9 @@ $result_trees{'double_part'} = [
],
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -400,8 +400,8 @@ $result_trees{'double_part'} = [
],
'extra' => {
'first_in_page' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -413,9 +413,9 @@ $result_trees{'double_part'} = [
],
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -473,20 +473,20 @@
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[6]{'parent'
$result_trees{'double_part'}[0]{'contents'}[1] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'double_part'}[0]{'contents'}[2] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'double_part'}[0]{'extra'}{'first_in_page'} =
$result_trees{'double_part'}[0];
-$result_trees{'double_part'}[0]{'extra'}{'node'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'double_part'}[0]{'extra'}{'section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'double_part'}[0]{'extra'}{'unit_command'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'double_part'}[0]{'extra'}{'unit_node'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'double_part'}[0]{'extra'}{'unit_section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'double_part'}[1]{'contents'}[0] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'double_part'}[1]{'extra'}{'first_in_page'} =
$result_trees{'double_part'}[1];
-$result_trees{'double_part'}[1]{'extra'}{'section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'double_part'}[1]{'extra'}{'unit_command'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'double_part'}[1]{'extra'}{'unit_section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'double_part'}[2]{'contents'}[0] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'double_part'}[2]{'contents'}[1] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'double_part'}[2]{'contents'}[2] =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'double_part'}[2]{'extra'}{'first_in_page'} =
$result_trees{'double_part'}[2];
-$result_trees{'double_part'}[2]{'extra'}{'node'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'double_part'}[2]{'extra'}{'section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'double_part'}[2]{'extra'}{'unit_command'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'double_part'}[2]{'extra'}{'unit_node'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'double_part'}[2]{'extra'}{'unit_section'} =
$result_trees{'double_part'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_texis{'double_part'} = '@node Top
@top top
@@ -541,28 +541,27 @@ $result_sectioning{'double_part'} = {
'associated_unit' => {
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
'first_in_page' => {},
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'node-chapter'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'node-chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -581,8 +580,8 @@ $result_sectioning{'double_part'} = {
'associated_unit' => {
'extra' => {
'first_in_page' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -616,7 +615,8 @@ $result_sectioning{'double_part'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -656,51 +656,51 @@ $result_sectioning{'double_part'} = {
}
};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'first_in_page'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'secti
[...]
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'
[...]
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'sectio
[...]
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra
[...]
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'double_part'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'double_part'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'double_part'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'double_part'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'double_part'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'double_part'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'};
-$result_sectioning{'double_part'}{'structure'}{'section_childs'}[2] =
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'};
+$result_sectioning{'double_part'}{'structure'}{'section_childs'}[2] =
$result_sectioning{'double_part'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'double_part'} = {
'cmdname' => 'node',
@@ -712,36 +712,37 @@ $result_nodes{'double_part'} = {
'associated_unit' => {
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
'first_in_page' => {},
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'node-chapter'
},
'structure' => {
@@ -750,15 +751,14 @@ $result_nodes{'double_part'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
'first_in_page' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -766,7 +766,7 @@ $result_nodes{'double_part'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -820,20 +820,20 @@ $result_nodes{'double_part'} = {
}
};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'double_part'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'double_part'}{'extra'}{'associated_section'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'double_part'}{'extra'}{'associated_section'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'double_part'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'double_part'}{'extra'}{'associated_section'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'first_in_page'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'double_part'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'double_part'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'double_part'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'double_part'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'first_in_page'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -855,8 +855,8 @@
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associ
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
$result_nodes{'double_part'}{'structure'}{'associated_unit'} =
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'double_part'}{'structure'}{'menu_child'} =
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'double_part'}{'structure'}{'node_next'} =
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'double_part'}{'structure'}{'menu_child'} =
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'double_part'}{'structure'}{'node_next'} =
$result_nodes{'double_part'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'double_part'} = {
'cmdname' => 'node',
@@ -867,8 +867,7 @@ $result_menus{'double_part'} = {
'associated_unit' => {
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -876,27 +875,15 @@ $result_menus{'double_part'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
'first_in_page' => {},
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'node-chapter'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -914,14 +901,27 @@ $result_menus{'double_part'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'node-chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
'first_in_page' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -929,7 +929,7 @@ $result_menus{'double_part'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -969,18 +969,18 @@ $result_menus{'double_part'} = {
}
};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
= $result_menus{'double_part'}{'structure'}{'associated_unit'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'double_part'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'double_part'}{'structure'}{'associated_unit'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'double_part'}{'structure'}{'associated_unit'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'double_part'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'first_in_page'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'double_part'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'double_part'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'first_in_page'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_menus{'double_part'}{'structure'}{'associated_unit'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1001,7 +1001,7 @@
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'direc
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'double_part'}{'structure'}{'associated_unit'};
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_menus{'double_part'}{'structure'}{'menu_child'} =
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'double_part'}{'structure'}{'menu_child'} =
$result_menus{'double_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'double_part'} = [
{
@@ -1041,7 +1041,15 @@ $result_elements{'double_part'} = [
{
'extra' => {
'first_in_page' => {},
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1057,8 +1065,7 @@ $result_elements{'double_part'} = [
'associated_unit' => {
'extra' => {
'first_in_page' => {},
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1076,14 +1083,15 @@ $result_elements{'double_part'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
'first_in_page' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -1091,7 +1099,7 @@ $result_elements{'double_part'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1122,15 +1130,7 @@ $result_elements{'double_part'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1148,37 +1148,37 @@ $result_elements{'double_part'} = [
{}
];
$result_elements{'double_part'}[0]{'extra'}{'first_in_page'} =
$result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'first_in_page'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'double_part'}[0]{'extra'}{'node'};
-$result_elements{'double_part'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'double_part'}[0];
-$result_elements{'double_part'}[0]{'extra'}{'unit_command'} =
$result_elements{'double_part'}[0]{'extra'}{'section'};
-$result_elements{'double_part'}[0]{'structure'}{'directions'}{'FastForward'} =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'structure'}{'directions'}{'Next'} =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[0]{'structure'}{'directions'}{'NodeForward'} =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'double_part'}[0]{'structure'}{'directions'}{'NodeNext'} =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'first_in_page'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'first_in_page'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'double_part'}[0];
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'double_part'}[0]{'extra'}{'unit_node'};
+$result_elements{'double_part'}[0]{'extra'}{'unit_section'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_command'};
+$result_elements{'double_part'}[0]{'structure'}{'directions'}{'FastForward'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'structure'}{'directions'}{'Next'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[0]{'structure'}{'directions'}{'NodeForward'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[0]{'structure'}{'directions'}{'NodeNext'} =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'double_part'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'double_part'}[0];
-$result_elements{'double_part'}[1] =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_elements{'double_part'}[2] =
$result_elements{'double_part'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'double_part'}[1] =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_elements{'double_part'}[2] =
$result_elements{'double_part'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/explicit_node_directions.pl
b/tp/t/results/sectioning/explicit_node_directions.pl
index 65c907446d..ab830854b6 100644
--- a/tp/t/results/sectioning/explicit_node_directions.pl
+++ b/tp/t/results/sectioning/explicit_node_directions.pl
@@ -442,8 +442,8 @@ $result_trees{'explicit_node_directions'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -452,8 +452,8 @@ $result_trees{'explicit_node_directions'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -462,8 +462,8 @@ $result_trees{'explicit_node_directions'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -535,14 +535,14 @@
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
=
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'args'}[3]{'contents'}[0];
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'};
$result_trees{'explicit_node_directions'}[0]{'contents'}[1] =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'explicit_node_directions'}[0]{'extra'}{'node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'explicit_node_directions'}[0]{'extra'}{'unit_command'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'explicit_node_directions'}[0]{'extra'}{'unit_node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'explicit_node_directions'}[1]{'contents'}[0] =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'explicit_node_directions'}[1]{'extra'}{'node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'explicit_node_directions'}[1]{'extra'}{'unit_command'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'explicit_node_directions'}[1]{'extra'}{'unit_node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'explicit_node_directions'}[2]{'contents'}[0] =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'explicit_node_directions'}[2]{'extra'}{'node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'explicit_node_directions'}[2]{'extra'}{'unit_command'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'explicit_node_directions'}[2]{'extra'}{'unit_node'} =
$result_trees{'explicit_node_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'explicit_node_directions'} = '@node Top
Top node
@@ -582,14 +582,14 @@ $result_nodes{'explicit_node_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -604,8 +604,8 @@ $result_nodes{'explicit_node_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -627,7 +627,7 @@ $result_nodes{'explicit_node_directions'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -657,38 +657,38 @@ $result_nodes{'explicit_node_directions'} = {
'node_next' => {}
}
};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'explicit_node_directions'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'explicit_node_directions'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'explicit_node_directions'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'explicit_node_directions'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'explicit_node_directions'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'explicit_node_directions'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'explicit_node_directions'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'explicit_node_directions'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'explicit_node_directions'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'menu_child'} =
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'explicit_node_directions'}{'structure'}{'node_next'} =
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'menu_child'} =
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'explicit_node_directions'}{'structure'}{'node_next'} =
$result_nodes{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'explicit_node_directions'} = {
'cmdname' => 'node',
@@ -698,14 +698,14 @@ $result_menus{'explicit_node_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -720,8 +720,8 @@ $result_menus{'explicit_node_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -748,7 +748,7 @@ $result_menus{'explicit_node_directions'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -777,36 +777,36 @@ $result_menus{'explicit_node_directions'} = {
'menu_child' => {}
}
};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'explicit_node_directions'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'explicit_node_directions'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'explicit_node_directions'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'explicit_node_directions'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'explicit_node_directions'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'explicit_node_directions'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'explicit_node_directions'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'};
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'explicit_node_directions'}{'structure'}{'menu_child'} =
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'explicit_node_directions'}{'structure'}{'menu_child'} =
$result_menus{'explicit_node_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'explicit_node_directions'} = [];
@@ -817,7 +817,7 @@ $result_floats{'explicit_node_directions'} = {};
$result_elements{'explicit_node_directions'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -832,15 +832,15 @@ $result_elements{'explicit_node_directions'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -854,7 +854,7 @@ $result_elements{'explicit_node_directions'} = [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -886,7 +886,7 @@ $result_elements{'explicit_node_directions'} = [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -901,34 +901,34 @@ $result_elements{'explicit_node_directions'} = [
{},
{}
];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'explicit_node_directions'}[0]{'extra'}{'node'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'explicit_node_directions'}[0]{'extra'}{'node'};
-$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'} =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'};
-$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'explicit_node_directions'}[0];
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'};
+$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_node'} =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'};
+$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'explicit_node_directions'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'explicit_node_directions'}[0];
-$result_elements{'explicit_node_directions'}[1] =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'explicit_node_directions'}[2] =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'explicit_node_directions'}[1] =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'explicit_node_directions'}[2] =
$result_elements{'explicit_node_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/sectioning/internal_top_node_up.pl
b/tp/t/results/sectioning/internal_top_node_up.pl
index 76cd29b7d6..408486f27d 100644
--- a/tp/t/results/sectioning/internal_top_node_up.pl
+++ b/tp/t/results/sectioning/internal_top_node_up.pl
@@ -256,9 +256,9 @@ $result_trees{'internal_top_node_up'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -267,8 +267,8 @@ $result_trees{'internal_top_node_up'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -308,12 +308,12 @@
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3]
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'};
$result_trees{'internal_top_node_up'}[0]{'contents'}[1] =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'internal_top_node_up'}[0]{'contents'}[2] =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'internal_top_node_up'}[0]{'extra'}{'node'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'internal_top_node_up'}[0]{'extra'}{'section'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'internal_top_node_up'}[0]{'extra'}{'unit_command'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'internal_top_node_up'}[0]{'extra'}{'unit_node'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'internal_top_node_up'}[0]{'extra'}{'unit_section'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'internal_top_node_up'}[1]{'contents'}[0] =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'internal_top_node_up'}[1]{'extra'}{'node'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'internal_top_node_up'}[1]{'extra'}{'unit_command'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'internal_top_node_up'}[1]{'extra'}{'unit_node'} =
$result_trees{'internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'internal_top_node_up'} = '@node Top
@top internal top node up
@@ -348,15 +348,15 @@ $result_sectioning{'internal_top_node_up'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -365,7 +365,7 @@ $result_sectioning{'internal_top_node_up'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -400,11 +400,11 @@ $result_sectioning{'internal_top_node_up'} = {
]
}
};
-$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0];
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -428,15 +428,15 @@ $result_nodes{'internal_top_node_up'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -447,7 +447,7 @@ $result_nodes{'internal_top_node_up'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -487,13 +487,13 @@ $result_nodes{'internal_top_node_up'} = {
'node_next' => {}
}
};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'internal_top_node_up'};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'};
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'internal_top_node_up'};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'internal_top_node_up'};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'internal_top_node_up'};
-$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'internal_top_node_up'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'internal_top_node_up'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'internal_top_node_up'};
+$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -506,8 +506,8 @@
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'internal_top_node_up'}{'structure'}{'associated_unit'} =
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'internal_top_node_up'}{'structure'}{'menu_child'} =
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'internal_top_node_up'}{'structure'}{'node_next'} =
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'internal_top_node_up'}{'structure'}{'menu_child'} =
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'internal_top_node_up'}{'structure'}{'node_next'} =
$result_nodes{'internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'internal_top_node_up'} = {
'cmdname' => 'node',
@@ -517,22 +517,22 @@ $result_menus{'internal_top_node_up'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -545,7 +545,7 @@ $result_menus{'internal_top_node_up'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -571,12 +571,12 @@ $result_menus{'internal_top_node_up'} = {
'menu_child' => {}
}
};
-$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'internal_top_node_up'};
-$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'internal_top_node_up'};
-$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'internal_top_node_up'};
-$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'internal_top_node_up'};
+$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
+$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'internal_top_node_up'};
+$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
@@ -588,7 +588,7 @@
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'internal_top_node_up'}{'structure'}{'menu_child'} =
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'internal_top_node_up'}{'structure'}{'menu_child'} =
$result_menus{'internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'internal_top_node_up'} = [];
@@ -599,7 +599,7 @@ $result_floats{'internal_top_node_up'} = {};
$result_elements{'internal_top_node_up'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -614,8 +614,8 @@ $result_elements{'internal_top_node_up'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -637,15 +637,15 @@ $result_elements{'internal_top_node_up'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -659,23 +659,23 @@ $result_elements{'internal_top_node_up'} = [
},
{}
];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'internal_top_node_up'}[0]{'extra'}{'node'};
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'} =
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'};
-$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_node'} =
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'};
+$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'internal_top_node_up'}[0];
+$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'internal_top_node_up'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'internal_top_node_up'}[0];
-$result_elements{'internal_top_node_up'}[1] =
$result_elements{'internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'internal_top_node_up'}[1] =
$result_elements{'internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/lone_Top_node.pl
b/tp/t/results/sectioning/lone_Top_node.pl
index e8f03822d4..fc8b034228 100644
--- a/tp/t/results/sectioning/lone_Top_node.pl
+++ b/tp/t/results/sectioning/lone_Top_node.pl
@@ -293,9 +293,9 @@ $result_trees{'lone_Top_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -340,9 +340,9 @@
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'paren
$result_trees{'lone_Top_node'}[0]{'contents'}[1] =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'lone_Top_node'}[0]{'contents'}[2] =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'lone_Top_node'}[0]{'contents'}[3] =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'lone_Top_node'}[0]{'extra'}{'node'} =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'lone_Top_node'}[0]{'extra'}{'section'} =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'lone_Top_node'}[0]{'extra'}{'unit_command'} =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'lone_Top_node'}[0]{'extra'}{'unit_node'} =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'lone_Top_node'}[0]{'extra'}{'unit_section'} =
$result_trees{'lone_Top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'lone_Top_node'} = '@setfilename lone_Top_node.info
@@ -380,9 +380,9 @@ $result_sectioning{'lone_Top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -406,9 +406,9 @@ $result_sectioning{'lone_Top_node'} = {
]
}
};
-$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'lone_Top_node'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -429,18 +429,19 @@ $result_nodes{'lone_Top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'First'
},
'structure' => {
@@ -449,8 +450,7 @@ $result_nodes{'lone_Top_node'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -465,17 +465,17 @@ $result_nodes{'lone_Top_node'} = {
'node_next' => {}
}
};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'lone_Top_node'};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'lone_Top_node'};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'lone_Top_node'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'lone_Top_node'};
+$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_nodes{'lone_Top_node'}{'structure'}{'menu_child'} =
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_nodes{'lone_Top_node'}{'structure'}{'node_next'} =
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'};
+$result_nodes{'lone_Top_node'}{'structure'}{'menu_child'} =
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_nodes{'lone_Top_node'}{'structure'}{'node_next'} =
$result_nodes{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
$result_menus{'lone_Top_node'} = {
'cmdname' => 'node',
@@ -485,7 +485,16 @@ $result_menus{'lone_Top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'First'
@@ -498,16 +507,7 @@ $result_menus{'lone_Top_node'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -521,14 +521,14 @@ $result_menus{'lone_Top_node'} = {
'menu_child' => {}
}
};
-$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'lone_Top_node'};
-$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
+$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
+$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'lone_Top_node'};
+$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'lone_Top_node'}{'structure'}{'associated_unit'};
-$result_menus{'lone_Top_node'}{'structure'}{'menu_child'} =
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'node'};
+$result_menus{'lone_Top_node'}{'structure'}{'menu_child'} =
$result_menus{'lone_Top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
$result_errors{'lone_Top_node'} = [
{
@@ -549,7 +549,16 @@ $result_floats{'lone_Top_node'} = {};
$result_elements{'lone_Top_node'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'First'
@@ -571,16 +580,7 @@ $result_elements{'lone_Top_node'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -592,11 +592,11 @@ $result_elements{'lone_Top_node'} = [
'type' => 'unit'
}
];
-$result_elements{'lone_Top_node'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
-$result_elements{'lone_Top_node'}[0]{'extra'}{'node'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
-$result_elements{'lone_Top_node'}[0]{'extra'}{'node'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
= $result_elements{'lone_Top_node'}[0]{'extra'}{'node'};
-$result_elements{'lone_Top_node'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
-$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_command'} =
$result_elements{'lone_Top_node'}[0]{'extra'}{'section'};
+$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
+$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
+$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'lone_Top_node'}[0];
+$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
= $result_elements{'lone_Top_node'}[0]{'extra'}{'unit_node'};
+$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_section'} =
$result_elements{'lone_Top_node'}[0]{'extra'}{'unit_command'};
$result_elements{'lone_Top_node'}[0]{'structure'}{'directions'}{'NodePrev'} =
$result_elements{'lone_Top_node'}[0];
$result_elements{'lone_Top_node'}[0]{'structure'}{'directions'}{'NodeUp'} =
$result_elements{'lone_Top_node'}[0];
$result_elements{'lone_Top_node'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'lone_Top_node'}[0];
diff --git a/tp/t/results/sectioning/node_part_chapter_after_chapter.pl
b/tp/t/results/sectioning/node_part_chapter_after_chapter.pl
index e3fb63bbdb..a41059be79 100644
--- a/tp/t/results/sectioning/node_part_chapter_after_chapter.pl
+++ b/tp/t/results/sectioning/node_part_chapter_after_chapter.pl
@@ -487,9 +487,9 @@ $result_trees{'node_part_chapter_after_chapter'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -499,9 +499,9 @@ $result_trees{'node_part_chapter_after_chapter'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -512,9 +512,9 @@ $result_trees{'node_part_chapter_after_chapter'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -585,20 +585,20 @@
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'co
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[7]{'parent'}
= $result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'};
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[1] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[2] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'node_part_chapter_after_chapter'}[0]{'extra'}{'section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_command'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'node_part_chapter_after_chapter'}[1]{'contents'}[0] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'node_part_chapter_after_chapter'}[1]{'contents'}[1] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'node_part_chapter_after_chapter'}[1]{'extra'}{'node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'node_part_chapter_after_chapter'}[1]{'extra'}{'section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'node_part_chapter_after_chapter'}[1]{'extra'}{'unit_command'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'node_part_chapter_after_chapter'}[1]{'extra'}{'unit_node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'node_part_chapter_after_chapter'}[1]{'extra'}{'unit_section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'node_part_chapter_after_chapter'}[2]{'contents'}[0] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'node_part_chapter_after_chapter'}[2]{'contents'}[1] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'node_part_chapter_after_chapter'}[2]{'contents'}[2] =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'node_part_chapter_after_chapter'}[2]{'extra'}{'node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'node_part_chapter_after_chapter'}[2]{'extra'}{'section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'node_part_chapter_after_chapter'}[2]{'extra'}{'unit_command'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'node_part_chapter_after_chapter'}[2]{'extra'}{'unit_node'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'node_part_chapter_after_chapter'}[2]{'extra'}{'unit_section'} =
$result_trees{'node_part_chapter_after_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_texis{'node_part_chapter_after_chapter'} = '@node Top
@top top
@@ -654,27 +654,26 @@ $result_sectioning{'node_part_chapter_after_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -685,7 +684,8 @@ $result_sectioning{'node_part_chapter_after_chapter'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -693,19 +693,18 @@ $result_sectioning{'node_part_chapter_after_chapter'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'part-chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'part-chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -731,7 +730,8 @@ $result_sectioning{'node_part_chapter_after_chapter'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -786,30 +786,30 @@ $result_sectioning{'node_part_chapter_after_chapter'} = {
]
}
};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_chapter'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'di
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'direction
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_chapter'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'di
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'uni
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -834,9 +834,9 @@
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_chil
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_chapter'};
-$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'node_part_chapter_after_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'node_part_chapter_after_chapter'} = {
'cmdname' => 'node',
@@ -847,26 +847,27 @@ $result_nodes{'node_part_chapter_after_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -883,9 +884,9 @@ $result_nodes{'node_part_chapter_after_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -922,8 +923,7 @@ $result_nodes{'node_part_chapter_after_chapter'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -971,51 +971,51 @@ $result_nodes{'node_part_chapter_after_chapter'} = {
'node_next' => {}
}
};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'node_part_chapter_after_chapter'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'struc
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'nod
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'e
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'stru
[...]
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_chapter'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'node_part_chapter_after_chapter'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_chapter'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'node_part_chapter_after_chapter'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_nod
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_nod
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_se
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_pa
[...]
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_chapter'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'node_part_chapter_after_chapter'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_chapter'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_chapter'}{'structure'}{'menu_child'} =
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'node_part_chapter_after_chapter'}{'structure'}{'node_next'} =
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'node_part_chapter_after_chapter'}{'structure'}{'menu_child'} =
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'node_part_chapter_after_chapter'}{'structure'}{'node_next'} =
$result_nodes{'node_part_chapter_after_chapter'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'node_part_chapter_after_chapter'} = {
'cmdname' => 'node',
@@ -1025,8 +1025,7 @@ $result_menus{'node_part_chapter_after_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1034,13 +1033,23 @@ $result_menus{'node_part_chapter_after_chapter'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-node'
@@ -1055,8 +1064,7 @@ $result_menus{'node_part_chapter_after_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1074,7 +1082,8 @@ $result_menus{'node_part_chapter_after_chapter'} = {
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1102,16 +1111,7 @@ $result_menus{'node_part_chapter_after_chapter'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1145,46 +1145,46 @@ $result_menus{'node_part_chapter_after_chapter'} = {
'menu_child' => {}
}
};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'node_part_chapter_after_chapter'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_chapter'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_chapter'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'node_part_chapter_after_chapter'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_chapter'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_chapter'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'menu_child'} =
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'menu_child'} =
$result_menus{'node_part_chapter_after_chapter'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'node_part_chapter_after_chapter'} = [
{
@@ -1205,7 +1205,15 @@ $result_floats{'node_part_chapter_after_chapter'} = {};
$result_elements{'node_part_chapter_after_chapter'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1220,8 +1228,7 @@ $result_elements{'node_part_chapter_after_chapter'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1230,7 +1237,8 @@ $result_elements{'node_part_chapter_after_chapter'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1238,21 +1246,7 @@ $result_elements{'node_part_chapter_after_chapter'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'part-chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_prev' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1270,7 +1264,21 @@ $result_elements{'node_part_chapter_after_chapter'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'part-chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_prev' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1305,15 +1313,7 @@ $result_elements{'node_part_chapter_after_chapter'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1330,44 +1330,44 @@ $result_elements{'node_part_chapter_after_chapter'} = [
{},
{}
];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_command'}
= $result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'section'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_section'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_command'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'node_part_chapter_after_chapter'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'node_part_chapter_after_chapter'}[0];
-$result_elements{'node_part_chapter_after_chapter'}[1] =
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_chapter'}[2] =
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'node_part_chapter_after_chapter'}[1] =
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_chapter'}[2] =
$result_elements{'node_part_chapter_after_chapter'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/node_part_chapter_after_top.pl
b/tp/t/results/sectioning/node_part_chapter_after_top.pl
index 58674415b0..01fa9ad296 100644
--- a/tp/t/results/sectioning/node_part_chapter_after_top.pl
+++ b/tp/t/results/sectioning/node_part_chapter_after_top.pl
@@ -322,9 +322,9 @@ $result_trees{'node_part_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -335,9 +335,9 @@ $result_trees{'node_part_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -385,15 +385,15 @@
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'conten
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5]{'parent'}
= $result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[1] =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[2] =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'node_part_chapter_after_top'}[0]{'extra'}{'node'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'node_part_chapter_after_top'}[0]{'extra'}{'section'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'node_part_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'node_part_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'node_part_chapter_after_top'}[1]{'contents'}[0] =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'node_part_chapter_after_top'}[1]{'contents'}[1] =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'node_part_chapter_after_top'}[1]{'contents'}[2] =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'node_part_chapter_after_top'}[1]{'extra'}{'node'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'node_part_chapter_after_top'}[1]{'extra'}{'section'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'node_part_chapter_after_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'node_part_chapter_after_top'}[1]{'extra'}{'unit_node'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'node_part_chapter_after_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'node_part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_texis{'node_part_chapter_after_top'} = '@node Top
@top top
@@ -436,27 +436,26 @@ $result_sectioning{'node_part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -482,7 +481,8 @@ $result_sectioning{'node_part_chapter_after_top'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -520,21 +520,21 @@ $result_sectioning{'node_part_chapter_after_top'} = {
]
}
};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_top'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_top'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -550,7 +550,7 @@
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'node_part_chapter_after_top'};
-$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'node_part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'node_part_chapter_after_top'} = {
'cmdname' => 'node',
@@ -561,35 +561,36 @@ $result_nodes{'node_part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -598,8 +599,7 @@ $result_nodes{'node_part_chapter_after_top'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -641,16 +641,16 @@ $result_nodes{'node_part_chapter_after_top'} = {
'node_next' => {}
}
};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'node_part_chapter_after_top'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'};
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'node_part_chapter_after_top'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_top'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'node_part_chapter_after_top'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'node_part_chapter_after_top'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'node_part_chapter_after_top'};
+$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -665,8 +665,8 @@
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'str
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'node_part_chapter_after_top'}{'structure'}{'associated_unit'} =
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'node_part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'node_part_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'node_part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'node_part_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'node_part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'node_part_chapter_after_top'} = {
'cmdname' => 'node',
@@ -676,8 +676,7 @@ $result_menus{'node_part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -685,26 +684,14 @@ $result_menus{'node_part_chapter_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -722,7 +709,20 @@ $result_menus{'node_part_chapter_after_top'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -750,14 +750,14 @@ $result_menus{'node_part_chapter_after_top'} = {
'menu_child' => {}
}
};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'node_part_chapter_after_top'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_top'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'node_part_chapter_after_top'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'node_part_chapter_after_top'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
@@ -771,7 +771,7 @@
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'st
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'node_part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'node_part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'node_part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'node_part_chapter_after_top'} = [
{
@@ -792,7 +792,15 @@ $result_floats{'node_part_chapter_after_top'} = {};
$result_elements{'node_part_chapter_after_top'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -807,8 +815,7 @@ $result_elements{'node_part_chapter_after_top'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -826,7 +833,8 @@ $result_elements{'node_part_chapter_after_top'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -848,15 +856,7 @@ $result_elements{'node_part_chapter_after_top'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -872,27 +872,27 @@ $result_elements{'node_part_chapter_after_top'} = [
},
{}
];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'};
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'section'};
-$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'node_part_chapter_after_top'}[0];
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'node_part_chapter_after_top'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'node_part_chapter_after_top'}[0];
-$result_elements{'node_part_chapter_after_top'}[1] =
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_part_chapter_after_top'}[1] =
$result_elements{'node_part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/node_up_external_node.pl
b/tp/t/results/sectioning/node_up_external_node.pl
index 930b6abab5..f9b5e8b217 100644
--- a/tp/t/results/sectioning/node_up_external_node.pl
+++ b/tp/t/results/sectioning/node_up_external_node.pl
@@ -303,8 +303,8 @@ $result_trees{'node_up_external_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -313,8 +313,8 @@ $result_trees{'node_up_external_node'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -365,11 +365,11 @@
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'extra'}{'nodes_manuals'}[3]{'manual_content'}[0]
=
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'args'}[3]{'contents'}[1];
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'};
$result_trees{'node_up_external_node'}[0]{'contents'}[1] =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'node_up_external_node'}[0]{'extra'}{'node'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'node_up_external_node'}[0]{'extra'}{'unit_command'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'node_up_external_node'}[0]{'extra'}{'unit_node'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'node_up_external_node'}[1]{'contents'}[0] =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'node_up_external_node'}[1]{'extra'}{'node'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'node_up_external_node'}[1]{'extra'}{'unit_command'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'node_up_external_node'}[1]{'extra'}{'unit_node'} =
$result_trees{'node_up_external_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'node_up_external_node'} = '@node Top
@@ -400,14 +400,14 @@ $result_nodes{'node_up_external_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -443,7 +443,7 @@ $result_nodes{'node_up_external_node'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -491,24 +491,24 @@ $result_nodes{'node_up_external_node'} = {
'node_next' => {}
}
};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'node_up_external_node'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'node_up_external_node'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'node_up_external_node'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'manual_content'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'manual_content'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'extra'}{'manual_content'};
-$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'manual_content'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'manual_content'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}{'extra'}{'manual_content'};
+$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
= $result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'node_up_external_node'}{'structure'}{'menu_child'} =
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'node_up_external_node'}{'structure'}{'node_next'} =
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'node_up_external_node'}{'structure'}{'menu_child'} =
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'node_up_external_node'}{'structure'}{'node_next'} =
$result_nodes{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'node_up_external_node'} = {
'cmdname' => 'node',
@@ -518,14 +518,14 @@ $result_menus{'node_up_external_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -538,7 +538,7 @@ $result_menus{'node_up_external_node'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -597,11 +597,11 @@ $result_menus{'node_up_external_node'} = {
'menu_child' => {}
}
};
-$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'node_up_external_node'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'node_up_external_node'};
-$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'node_up_external_node'};
-$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'node_up_external_node'};
+$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'node_up_external_node'};
+$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}{'extra'}{'manual_content'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}{'extra'}{'manual_content'};
@@ -611,7 +611,7 @@
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structur
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'node_up_external_node'}{'structure'}{'associated_unit'};
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'node_up_external_node'}{'structure'}{'menu_child'} =
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'node_up_external_node'}{'structure'}{'menu_child'} =
$result_menus{'node_up_external_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'node_up_external_node'} = [];
@@ -622,7 +622,7 @@ $result_floats{'node_up_external_node'} = {};
$result_elements{'node_up_external_node'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -637,8 +637,8 @@ $result_elements{'node_up_external_node'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -693,7 +693,7 @@ $result_elements{'node_up_external_node'} = [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -707,20 +707,20 @@ $result_elements{'node_up_external_node'} = [
},
{}
];
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'node_up_external_node'}[0];
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_up_external_node'}[0];
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_up_external_node'}[0];
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}{'extra'}{'manual_content'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}{'extra'}{'manual_content'};
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_up_external_node'}[0]{'extra'}{'node'};
-$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'} =
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'};
-$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'node_up_external_node'}[0];
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'node_up_external_node'}[0];
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'node_up_external_node'}[0];
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}{'extra'}{'manual_content'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}{'extra'}{'manual_content'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_node'} =
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'};
+$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'node_up_external_node'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'node_up_external_node'}[0];
-$result_elements{'node_up_external_node'}[1] =
$result_elements{'node_up_external_node'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'node_up_external_node'}[1] =
$result_elements{'node_up_external_node'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl
b/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl
index 4e5054f9a9..bfcbcdeef8 100644
--- a/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl
+++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl
@@ -471,8 +471,8 @@ $result_trees{'nodes_after_top_before_chapter_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -481,8 +481,8 @@ $result_trees{'nodes_after_top_before_chapter_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -492,9 +492,9 @@ $result_trees{'nodes_after_top_before_chapter_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -569,16 +569,16 @@
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'args'}[0]{'parent'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'parent'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'};
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[1] =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_after_top_before_chapter_nodes'}[1]{'contents'}[0] =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'nodes_after_top_before_chapter_nodes'}[1]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_chapter_nodes'}[1]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'nodes_after_top_before_chapter_nodes'}[1]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'contents'}[0] =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'contents'}[1] =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'extra'}{'section'} =
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_chapter_nodes'}[2]{'extra'}{'unit_section'}
=
$result_trees{'nodes_after_top_before_chapter_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'nodes_after_top_before_chapter_nodes'} = '@node Top
Top node
@@ -622,15 +622,15 @@
$result_sectioning{'nodes_after_top_before_chapter_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -639,13 +639,13 @@
$result_sectioning{'nodes_after_top_before_chapter_nodes'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -654,7 +654,7 @@ $result_sectioning{'nodes_after_top_before_chapter_nodes'}
= {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -702,13 +702,13 @@
$result_sectioning{'nodes_after_top_before_chapter_nodes'} = {
]
}
};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'};
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directio
[...]
+$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'nodes_after_top_before_chapter_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
@@ -745,14 +745,14 @@ $result_nodes{'nodes_after_top_before_chapter_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -768,9 +768,9 @@ $result_nodes{'nodes_after_top_before_chapter_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -800,7 +800,7 @@ $result_nodes{'nodes_after_top_before_chapter_nodes'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -830,40 +830,40 @@ $result_nodes{'nodes_after_top_before_chapter_nodes'} = {
'node_next' => {}
}
};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'
[...]
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_nodes'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_chapter_nodes'} = {
'cmdname' => 'node',
@@ -873,14 +873,14 @@ $result_menus{'nodes_after_top_before_chapter_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -895,8 +895,9 @@ $result_menus{'nodes_after_top_before_chapter_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -904,8 +905,7 @@ $result_menus{'nodes_after_top_before_chapter_nodes'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -932,7 +932,7 @@ $result_menus{'nodes_after_top_before_chapter_nodes'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -961,37 +961,37 @@ $result_menus{'nodes_after_top_before_chapter_nodes'} = {
'menu_child' => {}
}
};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_nodes'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_chapter_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'nodes_after_top_before_chapter_nodes'} = [];
@@ -1002,7 +1002,7 @@ $result_floats{'nodes_after_top_before_chapter_nodes'} =
{};
$result_elements{'nodes_after_top_before_chapter_nodes'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1017,15 +1017,15 @@
$result_elements{'nodes_after_top_before_chapter_nodes'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -1039,7 +1039,8 @@ $result_elements{'nodes_after_top_before_chapter_nodes'}
= [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1047,8 +1048,7 @@ $result_elements{'nodes_after_top_before_chapter_nodes'}
= [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1080,7 +1080,7 @@ $result_elements{'nodes_after_top_before_chapter_nodes'}
= [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1095,35 +1095,35 @@
$result_elements{'nodes_after_top_before_chapter_nodes'} = [
{},
{}
];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'nodes_after_top_before_chapter_nodes'}[0];
-$result_elements{'nodes_after_top_before_chapter_nodes'}[1] =
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_chapter_nodes'}[2] =
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[1] =
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_chapter_nodes'}[2] =
$result_elements{'nodes_after_top_before_chapter_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl
b/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl
index fbc4c9cbfd..8c094f0be1 100644
--- a/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl
+++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl
@@ -474,9 +474,9 @@ $result_trees{'nodes_after_top_before_chapter_sections'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -554,9 +554,9 @@
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[1] = $re
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[2] =
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[3] =
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[4] =
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'section'}
=
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_section'}
=
$result_trees{'nodes_after_top_before_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'nodes_after_top_before_chapter_sections'} = '@node Top
Top node
@@ -600,9 +600,9 @@
$result_sectioning{'nodes_after_top_before_chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -626,9 +626,9 @@
$result_sectioning{'nodes_after_top_before_chapter_sections'} = {
]
}
};
-$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'nodes_after_top_before_chapter_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -649,18 +649,19 @@ $result_nodes{'nodes_after_top_before_chapter_sections'}
= {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'third-node'
},
'structure' => {
@@ -680,8 +681,7 @@ $result_nodes{'nodes_after_top_before_chapter_sections'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -696,20 +696,20 @@ $result_nodes{'nodes_after_top_before_chapter_sections'}
= {
'node_next' => {}
}
};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_chapter_sections'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'};
-$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'};
+$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'};
$result_menus{'nodes_after_top_before_chapter_sections'} = {
'cmdname' => 'node',
@@ -719,7 +719,16 @@ $result_menus{'nodes_after_top_before_chapter_sections'} =
{
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -746,16 +755,7 @@ $result_menus{'nodes_after_top_before_chapter_sections'} =
{
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -769,17 +769,17 @@ $result_menus{'nodes_after_top_before_chapter_sections'}
= {
'menu_child' => {}
}
};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_sections'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_sections'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_sections'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_chapter_sections'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'};
+$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_chapter_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
$result_errors{'nodes_after_top_before_chapter_sections'} = [];
@@ -790,7 +790,16 @@ $result_floats{'nodes_after_top_before_chapter_sections'}
= {};
$result_elements{'nodes_after_top_before_chapter_sections'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -826,16 +835,7 @@
$result_elements{'nodes_after_top_before_chapter_sections'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -847,14 +847,14 @@
$result_elements{'nodes_after_top_before_chapter_sections'} = [
'type' => 'unit'
}
];
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'};
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
-$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'section'};
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'};
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'};
+$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_section'}
=
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'extra'}{'unit_command'};
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
$result_elements{'nodes_after_top_before_chapter_sections'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'nodes_after_top_before_chapter_sections'}[0];
diff --git a/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl
b/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl
index 2d849001f4..f6f90eb744 100644
--- a/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl
+++ b/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl
@@ -471,8 +471,8 @@ $result_trees{'nodes_after_top_before_section_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -481,8 +481,8 @@ $result_trees{'nodes_after_top_before_section_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -492,9 +492,9 @@ $result_trees{'nodes_after_top_before_section_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -569,16 +569,16 @@
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'args'}[0]{'parent'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'parent'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'};
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[1] =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_after_top_before_section_nodes'}[1]{'contents'}[0] =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'nodes_after_top_before_section_nodes'}[1]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_section_nodes'}[1]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'nodes_after_top_before_section_nodes'}[1]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_section_nodes'}[2]{'contents'}[0] =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'nodes_after_top_before_section_nodes'}[2]{'contents'}[1] =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'nodes_after_top_before_section_nodes'}[2]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'nodes_after_top_before_section_nodes'}[2]{'extra'}{'section'} =
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_section_nodes'}[2]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_section_nodes'}[2]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_section_nodes'}[2]{'extra'}{'unit_section'}
=
$result_trees{'nodes_after_top_before_section_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'nodes_after_top_before_section_nodes'} = '@node Top
Top node
@@ -622,15 +622,15 @@
$result_sectioning{'nodes_after_top_before_section_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -639,13 +639,13 @@
$result_sectioning{'nodes_after_top_before_section_nodes'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -654,7 +654,7 @@ $result_sectioning{'nodes_after_top_before_section_nodes'}
= {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -703,13 +703,13 @@
$result_sectioning{'nodes_after_top_before_section_nodes'} = {
]
}
};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'node'};
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directio
[...]
+$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'nodes_after_top_before_section_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
@@ -746,14 +746,14 @@ $result_nodes{'nodes_after_top_before_section_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -769,9 +769,9 @@ $result_nodes{'nodes_after_top_before_section_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -802,7 +802,7 @@ $result_nodes{'nodes_after_top_before_section_nodes'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -832,40 +832,40 @@ $result_nodes{'nodes_after_top_before_section_nodes'} = {
'node_next' => {}
}
};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'
[...]
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_nodes'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_section_nodes'} = {
'cmdname' => 'node',
@@ -875,14 +875,14 @@ $result_menus{'nodes_after_top_before_section_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -897,8 +897,9 @@ $result_menus{'nodes_after_top_before_section_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -906,8 +907,7 @@ $result_menus{'nodes_after_top_before_section_nodes'} = {
'level' => 3,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -935,7 +935,7 @@ $result_menus{'nodes_after_top_before_section_nodes'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -964,37 +964,37 @@ $result_menus{'nodes_after_top_before_section_nodes'} = {
'menu_child' => {}
}
};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'nodes_after_top_before_section_nodes'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'nodes_after_top_before_section_nodes'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_nodes'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_nodes'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'nodes_after_top_before_section_nodes'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_nodes'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_nodes'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_section_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'nodes_after_top_before_section_nodes'} = [];
@@ -1005,7 +1005,7 @@ $result_floats{'nodes_after_top_before_section_nodes'} =
{};
$result_elements{'nodes_after_top_before_section_nodes'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1020,15 +1020,15 @@
$result_elements{'nodes_after_top_before_section_nodes'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -1042,7 +1042,8 @@ $result_elements{'nodes_after_top_before_section_nodes'}
= [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -1050,8 +1051,7 @@ $result_elements{'nodes_after_top_before_section_nodes'}
= [
'level' => 3,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1084,7 +1084,7 @@ $result_elements{'nodes_after_top_before_section_nodes'}
= [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1099,35 +1099,35 @@
$result_elements{'nodes_after_top_before_section_nodes'} = [
{},
{}
];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_node'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'nodes_after_top_before_section_nodes'}[0];
-$result_elements{'nodes_after_top_before_section_nodes'}[1] =
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_after_top_before_section_nodes'}[2] =
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'nodes_after_top_before_section_nodes'}[1] =
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_after_top_before_section_nodes'}[2] =
$result_elements{'nodes_after_top_before_section_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl
b/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl
index f741da9e53..ec17cb684f 100644
--- a/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl
+++ b/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl
@@ -474,9 +474,9 @@ $result_trees{'nodes_after_top_before_section_sections'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -554,9 +554,9 @@
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[1] = $re
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[2] =
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[3] =
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[4] =
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'} =
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'nodes_after_top_before_section_sections'}[0]{'extra'}{'section'}
=
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_command'}
=
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}
=
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_section'}
=
$result_trees{'nodes_after_top_before_section_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'nodes_after_top_before_section_sections'} = '@node Top
Top node
@@ -600,9 +600,9 @@
$result_sectioning{'nodes_after_top_before_section_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -627,9 +627,9 @@
$result_sectioning{'nodes_after_top_before_section_sections'} = {
]
}
};
-$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'nodes_after_top_before_section_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -650,18 +650,19 @@ $result_nodes{'nodes_after_top_before_section_sections'}
= {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'subsection',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 3,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'subsection',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 3,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'third-node'
},
'structure' => {
@@ -681,8 +682,7 @@ $result_nodes{'nodes_after_top_before_section_sections'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -698,20 +698,20 @@ $result_nodes{'nodes_after_top_before_section_sections'}
= {
'node_next' => {}
}
};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_section_sections'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_sections'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_sections'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_after_top_before_section_sections'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_sections'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_after_top_before_section_sections'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'};
-$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'node_prev'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'};
+$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'node_next'}
=
$result_nodes{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'node_prev'};
$result_menus{'nodes_after_top_before_section_sections'} = {
'cmdname' => 'node',
@@ -721,7 +721,16 @@ $result_menus{'nodes_after_top_before_section_sections'} =
{
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'subsection',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 3,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -748,16 +757,7 @@ $result_menus{'nodes_after_top_before_section_sections'} =
{
}
}
},
- 'section' => {
- 'cmdname' => 'subsection',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 3,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -772,17 +772,17 @@ $result_menus{'nodes_after_top_before_section_sections'}
= {
'menu_child' => {}
}
};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_sections'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_sections'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_sections'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_after_top_before_section_sections'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'};
-$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'};
+$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_after_top_before_section_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
$result_errors{'nodes_after_top_before_section_sections'} = [];
@@ -793,7 +793,16 @@ $result_floats{'nodes_after_top_before_section_sections'}
= {};
$result_elements{'nodes_after_top_before_section_sections'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'subsection',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 3,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'third-node'
@@ -829,16 +838,7 @@
$result_elements{'nodes_after_top_before_section_sections'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'subsection',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 3,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -851,14 +851,14 @@
$result_elements{'nodes_after_top_before_section_sections'} = [
'type' => 'unit'
}
];
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'};
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'};
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
-$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_command'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'section'};
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'};
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}{'structure'}{'menu_child'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'};
+$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_section'}
=
$result_elements{'nodes_after_top_before_section_sections'}[0]{'extra'}{'unit_command'};
$result_elements{'nodes_after_top_before_section_sections'}[0]{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
$result_elements{'nodes_after_top_before_section_sections'}[0]{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
$result_elements{'nodes_after_top_before_section_sections'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'nodes_after_top_before_section_sections'}[0];
diff --git a/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl
b/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl
index 2bbacad137..5c3cb24ed9 100644
--- a/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl
+++ b/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl
@@ -322,8 +322,8 @@ $result_trees{'nodes_no_node_top_explicit_directions'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -332,8 +332,8 @@ $result_trees{'nodes_no_node_top_explicit_directions'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -387,11 +387,11 @@
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'extra'}{'nodes_manuals'}[3]{'node_content'}[0]
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'args'}[3]{'contents'}[0];
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'};
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[1] =
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'} =
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_node'}
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'nodes_no_node_top_explicit_directions'}[1]{'contents'}[0] =
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'nodes_no_node_top_explicit_directions'}[1]{'extra'}{'node'} =
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'nodes_no_node_top_explicit_directions'}[1]{'extra'}{'unit_command'}
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'nodes_no_node_top_explicit_directions'}[1]{'extra'}{'unit_node'}
=
$result_trees{'nodes_no_node_top_explicit_directions'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'nodes_no_node_top_explicit_directions'} = '@node first,,,(dir)
first node
@@ -426,14 +426,14 @@ $result_nodes{'nodes_no_node_top_explicit_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -444,7 +444,7 @@ $result_nodes{'nodes_no_node_top_explicit_directions'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -484,12 +484,12 @@ $result_nodes{'nodes_no_node_top_explicit_directions'} = {
}
}
};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'nodes_no_node_top_explicit_directions'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
@@ -499,7 +499,7 @@
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'menu_child'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'node_up'}{'extra'}{'manual_content'}
=
$result_nodes{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'};
$result_menus{'nodes_no_node_top_explicit_directions'} = {
@@ -510,14 +510,14 @@ $result_menus{'nodes_no_node_top_explicit_directions'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second-node'
@@ -530,7 +530,7 @@ $result_menus{'nodes_no_node_top_explicit_directions'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -564,11 +564,11 @@ $result_menus{'nodes_no_node_top_explicit_directions'} = {
'menu_child' => {}
}
};
-$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'nodes_no_node_top_explicit_directions'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'nodes_no_node_top_explicit_directions'};
-$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'nodes_no_node_top_explicit_directions'};
-$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'nodes_no_node_top_explicit_directions'};
+$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'nodes_no_node_top_explicit_directions'};
+$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
@@ -578,7 +578,7 @@
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'};
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'menu_child'}
=
$result_menus{'nodes_no_node_top_explicit_directions'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'nodes_no_node_top_explicit_directions'} = [];
@@ -589,7 +589,7 @@ $result_floats{'nodes_no_node_top_explicit_directions'} =
{};
$result_elements{'nodes_no_node_top_explicit_directions'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -604,8 +604,8 @@ $result_elements{'nodes_no_node_top_explicit_directions'} =
[
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -626,7 +626,7 @@ $result_elements{'nodes_no_node_top_explicit_directions'} =
[
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -649,20 +649,20 @@ $result_elements{'nodes_no_node_top_explicit_directions'}
= [
},
{}
];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_node'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'nodes_no_node_top_explicit_directions'}[0];
-$result_elements{'nodes_no_node_top_explicit_directions'}[1] =
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'nodes_no_node_top_explicit_directions'}[1] =
$result_elements{'nodes_no_node_top_explicit_directions'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl
b/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl
index 17d3c53ec8..be976f4d18 100644
--- a/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl
+++ b/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl
@@ -539,9 +539,9 @@ $result_trees{'non_automatic_internal_top_node_up'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -550,8 +550,8 @@ $result_trees{'non_automatic_internal_top_node_up'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -636,12 +636,12 @@
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
=
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'};
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[1] =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[2] =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'} =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'non_automatic_internal_top_node_up'}[0]{'extra'}{'section'} =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}
=
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_section'}
=
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_internal_top_node_up'}[1]{'contents'}[0] =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'non_automatic_internal_top_node_up'}[1]{'extra'}{'node'} =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'non_automatic_internal_top_node_up'}[1]{'extra'}{'unit_command'}
=
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'non_automatic_internal_top_node_up'}[1]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_internal_top_node_up'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'non_automatic_internal_top_node_up'} = '@node Top, first,
@acronym{GNU, @acronym{GNU}\'s Not Unix} manuals, @acronym{GNU,
@acronym{GNU}\'s Not Unix} manuals
@top internal top node up
@@ -676,15 +676,15 @@ $result_sectioning{'non_automatic_internal_top_node_up'}
= {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -693,7 +693,7 @@ $result_sectioning{'non_automatic_internal_top_node_up'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -727,11 +727,11 @@ $result_sectioning{'non_automatic_internal_top_node_up'}
= {
]
}
};
-$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0];
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'non_automatic_internal_top_node_up'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -754,15 +754,15 @@ $result_nodes{'non_automatic_internal_top_node_up'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -772,7 +772,7 @@ $result_nodes{'non_automatic_internal_top_node_up'} = {
'node_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -811,12 +811,12 @@ $result_nodes{'non_automatic_internal_top_node_up'} = {
'node_next' => {}
}
};
-$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'non_automatic_internal_top_node_up'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'};
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'non_automatic_internal_top_node_up'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_internal_top_node_up'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'non_automatic_internal_top_node_up'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_internal_top_node_up'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -828,8 +828,8 @@
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'structure'}{'menu_child'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'non_automatic_internal_top_node_up'}{'structure'}{'node_next'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'structure'}{'menu_child'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'non_automatic_internal_top_node_up'}{'structure'}{'node_next'}
=
$result_nodes{'non_automatic_internal_top_node_up'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'non_automatic_internal_top_node_up'} = {
'cmdname' => 'node',
@@ -839,22 +839,22 @@ $result_menus{'non_automatic_internal_top_node_up'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -867,7 +867,7 @@ $result_menus{'non_automatic_internal_top_node_up'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -892,12 +892,12 @@ $result_menus{'non_automatic_internal_top_node_up'} = {
'menu_child' => {}
}
};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'non_automatic_internal_top_node_up'};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'non_automatic_internal_top_node_up'};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_internal_top_node_up'};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'non_automatic_internal_top_node_up'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_internal_top_node_up'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
@@ -908,7 +908,7 @@
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_uni
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'menu_child'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'menu_child'}
=
$result_menus{'non_automatic_internal_top_node_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'non_automatic_internal_top_node_up'} = [
{
@@ -947,7 +947,7 @@ $result_floats{'non_automatic_internal_top_node_up'} = {};
$result_elements{'non_automatic_internal_top_node_up'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -962,8 +962,8 @@ $result_elements{'non_automatic_internal_top_node_up'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -984,15 +984,15 @@ $result_elements{'non_automatic_internal_top_node_up'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1006,22 +1006,22 @@ $result_elements{'non_automatic_internal_top_node_up'}
= [
},
{}
];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}
= $result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_node'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'non_automatic_internal_top_node_up'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'non_automatic_internal_top_node_up'}[0];
-$result_elements{'non_automatic_internal_top_node_up'}[1] =
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_internal_top_node_up'}[1] =
$result_elements{'non_automatic_internal_top_node_up'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl
b/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl
index bca76c955e..9a14a7a94e 100644
--- a/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl
+++ b/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl
@@ -539,9 +539,9 @@ $result_trees{'non_automatic_top_node_up_and_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -550,8 +550,8 @@ $result_trees{'non_automatic_top_node_up_and_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -636,12 +636,12 @@
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
=
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'};
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[1] =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[2] =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'} =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'section'} =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}
=
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_section'}
=
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_top_node_up_and_url'}[1]{'contents'}[0] =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'non_automatic_top_node_up_and_url'}[1]{'extra'}{'node'} =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'non_automatic_top_node_up_and_url'}[1]{'extra'}{'unit_command'}
=
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'non_automatic_top_node_up_and_url'}[1]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_top_node_up_and_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'non_automatic_top_node_up_and_url'} = '@node Top, first,
@acronym{GNU, @acronym{GNU}\'s Not Unix} manuals, @acronym{GNU,
@acronym{GNU}\'s Not Unix} manuals
@top internal top node up
@@ -676,15 +676,15 @@ $result_sectioning{'non_automatic_top_node_up_and_url'} =
{
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -693,7 +693,7 @@ $result_sectioning{'non_automatic_top_node_up_and_url'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -727,11 +727,11 @@ $result_sectioning{'non_automatic_top_node_up_and_url'} =
{
]
}
};
-$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0];
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'non_automatic_top_node_up_and_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -754,15 +754,15 @@ $result_nodes{'non_automatic_top_node_up_and_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -772,7 +772,7 @@ $result_nodes{'non_automatic_top_node_up_and_url'} = {
'node_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -811,12 +811,12 @@ $result_nodes{'non_automatic_top_node_up_and_url'} = {
'node_next' => {}
}
};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'non_automatic_top_node_up_and_url'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'non_automatic_top_node_up_and_url'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_top_node_up_and_url'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'non_automatic_top_node_up_and_url'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_top_node_up_and_url'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -828,8 +828,8 @@
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'structure'}{'menu_child'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'non_automatic_top_node_up_and_url'}{'structure'}{'node_next'} =
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'structure'}{'menu_child'}
=
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'non_automatic_top_node_up_and_url'}{'structure'}{'node_next'} =
$result_nodes{'non_automatic_top_node_up_and_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'non_automatic_top_node_up_and_url'} = {
'cmdname' => 'node',
@@ -839,22 +839,22 @@ $result_menus{'non_automatic_top_node_up_and_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -867,7 +867,7 @@ $result_menus{'non_automatic_top_node_up_and_url'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -892,12 +892,12 @@ $result_menus{'non_automatic_top_node_up_and_url'} = {
'menu_child' => {}
}
};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'non_automatic_top_node_up_and_url'};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'non_automatic_top_node_up_and_url'};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_top_node_up_and_url'};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'non_automatic_top_node_up_and_url'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_top_node_up_and_url'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
@@ -908,7 +908,7 @@
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'menu_child'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'menu_child'}
=
$result_menus{'non_automatic_top_node_up_and_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'non_automatic_top_node_up_and_url'} = [
{
@@ -947,7 +947,7 @@ $result_floats{'non_automatic_top_node_up_and_url'} = {};
$result_elements{'non_automatic_top_node_up_and_url'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -962,8 +962,8 @@ $result_elements{'non_automatic_top_node_up_and_url'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -984,15 +984,15 @@ $result_elements{'non_automatic_top_node_up_and_url'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -1006,22 +1006,22 @@ $result_elements{'non_automatic_top_node_up_and_url'} =
[
},
{}
];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_node'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'non_automatic_top_node_up_and_url'}[0];
-$result_elements{'non_automatic_top_node_up_and_url'}[1] =
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_and_url'}[1] =
$result_elements{'non_automatic_top_node_up_and_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/non_automatic_top_node_up_url.pl
b/tp/t/results/sectioning/non_automatic_top_node_up_url.pl
index abd2a2145f..5cf863c92c 100644
--- a/tp/t/results/sectioning/non_automatic_top_node_up_url.pl
+++ b/tp/t/results/sectioning/non_automatic_top_node_up_url.pl
@@ -377,9 +377,9 @@ $result_trees{'non_automatic_top_node_up_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -388,8 +388,8 @@ $result_trees{'non_automatic_top_node_up_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -451,12 +451,12 @@
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'cont
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'};
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[1] =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[2] =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'non_automatic_top_node_up_url'}[0]{'extra'}{'section'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_section'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'non_automatic_top_node_up_url'}[1]{'contents'}[0] =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'non_automatic_top_node_up_url'}[1]{'extra'}{'node'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'non_automatic_top_node_up_url'}[1]{'extra'}{'unit_command'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'non_automatic_top_node_up_url'}[1]{'extra'}{'unit_node'} =
$result_trees{'non_automatic_top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'non_automatic_top_node_up_url'} = '@node Top, first, (dir),
(dir)
@top internal top node up
@@ -491,15 +491,15 @@ $result_sectioning{'non_automatic_top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -508,7 +508,7 @@ $result_sectioning{'non_automatic_top_node_up_url'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -554,11 +554,11 @@ $result_sectioning{'non_automatic_top_node_up_url'} = {
]
}
};
-$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0];
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'non_automatic_top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -581,15 +581,15 @@ $result_nodes{'non_automatic_top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -609,7 +609,7 @@ $result_nodes{'non_automatic_top_node_up_url'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -684,17 +684,17 @@ $result_nodes{'non_automatic_top_node_up_url'} = {
}
}
};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'non_automatic_top_node_up_url'};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'non_automatic_top_node_up_url'};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_top_node_up_url'};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'non_automatic_top_node_up_url'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'non_automatic_top_node_up_url'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
+$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
@@ -702,8 +702,8 @@
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'s
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'menu_child'} =
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'node_next'} =
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'menu_child'} =
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'node_next'} =
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'node_prev'}{'extra'}{'manual_content'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}{'extra'}{'manual_content'};
$result_nodes{'non_automatic_top_node_up_url'}{'structure'}{'node_up'}{'extra'}{'manual_content'}
=
$result_nodes{'non_automatic_top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'};
@@ -715,22 +715,22 @@ $result_menus{'non_automatic_top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -743,7 +743,7 @@ $result_menus{'non_automatic_top_node_up_url'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -798,12 +798,12 @@ $result_menus{'non_automatic_top_node_up_url'} = {
'menu_child' => {}
}
};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'non_automatic_top_node_up_url'};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'non_automatic_top_node_up_url'};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_top_node_up_url'};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'non_automatic_top_node_up_url'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'non_automatic_top_node_up_url'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
@@ -814,7 +814,7 @@
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'menu_child'} =
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'menu_child'} =
$result_menus{'non_automatic_top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'non_automatic_top_node_up_url'} = [];
@@ -825,7 +825,7 @@ $result_floats{'non_automatic_top_node_up_url'} = {};
$result_elements{'non_automatic_top_node_up_url'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -840,8 +840,8 @@ $result_elements{'non_automatic_top_node_up_url'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -872,15 +872,15 @@ $result_elements{'non_automatic_top_node_up_url'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -914,22 +914,22 @@ $result_elements{'non_automatic_top_node_up_url'} = [
},
{}
];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}
= $result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_node'} =
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
+$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'non_automatic_top_node_up_url'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'non_automatic_top_node_up_url'}[0];
-$result_elements{'non_automatic_top_node_up_url'}[1] =
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'non_automatic_top_node_up_url'}[1] =
$result_elements{'non_automatic_top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/part_before_chapter.pl
b/tp/t/results/sectioning/part_before_chapter.pl
index 735ea80d84..3916481922 100644
--- a/tp/t/results/sectioning/part_before_chapter.pl
+++ b/tp/t/results/sectioning/part_before_chapter.pl
@@ -88,8 +88,8 @@ $result_trees{'part_before_chapter'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -105,8 +105,8 @@
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_before_chapter'}[0]{'contents'}[1] =
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_before_chapter'}[0]{'contents'}[2] =
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_before_chapter'}[0]{'extra'}{'section'} =
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_before_chapter'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_before_chapter'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_before_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'part_before_chapter'} = '@part part
@@ -136,8 +136,8 @@ $result_sectioning{'part_before_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -165,8 +165,8 @@ $result_sectioning{'part_before_chapter'} = {
}
};
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
= $result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
+$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'};
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'section_up'}
= $result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_before_chapter'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'};
@@ -182,7 +182,7 @@ $result_floats{'part_before_chapter'} = {};
$result_elements{'part_before_chapter'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -200,7 +200,7 @@ $result_elements{'part_before_chapter'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -210,9 +210,9 @@ $result_elements{'part_before_chapter'} = [
'type' => 'unit'
}
];
-$result_elements{'part_before_chapter'}[0]{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_chapter'}[0];
-$result_elements{'part_before_chapter'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_chapter'}[0];
-$result_elements{'part_before_chapter'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_before_chapter'}[0]{'extra'}{'section'};
+$result_elements{'part_before_chapter'}[0]{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_chapter'}[0];
+$result_elements{'part_before_chapter'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_chapter'}[0];
+$result_elements{'part_before_chapter'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_before_chapter'}[0]{'extra'}{'unit_command'};
$result_elements{'part_before_chapter'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_before_chapter'}[0];
diff --git a/tp/t/results/sectioning/part_before_section.pl
b/tp/t/results/sectioning/part_before_section.pl
index 3bf45fa031..be7f74fda3 100644
--- a/tp/t/results/sectioning/part_before_section.pl
+++ b/tp/t/results/sectioning/part_before_section.pl
@@ -88,8 +88,8 @@ $result_trees{'part_before_section'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -105,8 +105,8 @@
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_before_section'}[0]{'contents'}[1] =
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_before_section'}[0]{'contents'}[2] =
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_before_section'}[0]{'extra'}{'section'} =
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_before_section'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_before_section'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_before_section'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'part_before_section'} = '@part part
@@ -136,8 +136,8 @@ $result_sectioning{'part_before_section'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -165,8 +165,8 @@ $result_sectioning{'part_before_section'} = {
}
};
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
= $result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
+$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'};
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'section_up'}
= $result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_before_section'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'};
@@ -192,7 +192,7 @@ $result_floats{'part_before_section'} = {};
$result_elements{'part_before_section'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {
'associated_part' => {
@@ -210,7 +210,7 @@ $result_elements{'part_before_section'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -220,9 +220,9 @@ $result_elements{'part_before_section'} = [
'type' => 'unit'
}
];
-$result_elements{'part_before_section'}[0]{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_section'}[0];
-$result_elements{'part_before_section'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_section'}[0];
-$result_elements{'part_before_section'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_before_section'}[0]{'extra'}{'section'};
+$result_elements{'part_before_section'}[0]{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_section'}[0];
+$result_elements{'part_before_section'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_section'}[0];
+$result_elements{'part_before_section'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_before_section'}[0]{'extra'}{'unit_command'};
$result_elements{'part_before_section'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_before_section'}[0];
diff --git a/tp/t/results/sectioning/part_before_top.pl
b/tp/t/results/sectioning/part_before_top.pl
index bd5b4463c5..0e3999dda8 100644
--- a/tp/t/results/sectioning/part_before_top.pl
+++ b/tp/t/results/sectioning/part_before_top.pl
@@ -88,8 +88,8 @@ $result_trees{'part_before_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -105,8 +105,8 @@
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'ext
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_before_top'}[0]{'contents'}[1] =
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_before_top'}[0]{'contents'}[2] =
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_before_top'}[0]{'extra'}{'section'} =
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_before_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_before_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_texis{'part_before_top'} = '@part part
@@ -136,8 +136,8 @@ $result_sectioning{'part_before_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -163,8 +163,8 @@ $result_sectioning{'part_before_top'} = {
}
};
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
= $result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
+$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'};
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'section_prev'}
= $result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'section_up'}
= $result_sectioning{'part_before_top'};
@@ -191,7 +191,7 @@ $result_floats{'part_before_top'} = {};
$result_elements{'part_before_top'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {
'associated_part' => {
@@ -208,7 +208,7 @@ $result_elements{'part_before_top'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -218,9 +218,9 @@ $result_elements{'part_before_top'} = [
'type' => 'unit'
}
];
-$result_elements{'part_before_top'}[0]{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_top'}[0];
-$result_elements{'part_before_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_top'}[0];
-$result_elements{'part_before_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_before_top'}[0]{'extra'}{'section'};
+$result_elements{'part_before_top'}[0]{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_top'}[0];
+$result_elements{'part_before_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_before_top'}[0];
+$result_elements{'part_before_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_before_top'}[0]{'extra'}{'unit_command'};
$result_elements{'part_before_top'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'part_before_top'}[0];
diff --git a/tp/t/results/sectioning/part_chapter_after_top.pl
b/tp/t/results/sectioning/part_chapter_after_top.pl
index 68c77eb46a..78f4b0b1d8 100644
--- a/tp/t/results/sectioning/part_chapter_after_top.pl
+++ b/tp/t/results/sectioning/part_chapter_after_top.pl
@@ -322,9 +322,9 @@ $result_trees{'part_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -335,9 +335,9 @@ $result_trees{'part_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -385,15 +385,15 @@
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5]{'parent'}
= $result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_chapter_after_top'}[0]{'contents'}[1] =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_chapter_after_top'}[0]{'contents'}[2] =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_chapter_after_top'}[0]{'extra'}{'node'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_chapter_after_top'}[0]{'extra'}{'section'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_chapter_after_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_chapter_after_top'}[1]{'contents'}[0] =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_chapter_after_top'}[1]{'contents'}[1] =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_chapter_after_top'}[1]{'contents'}[2] =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_chapter_after_top'}[1]{'extra'}{'node'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_chapter_after_top'}[1]{'extra'}{'section'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_chapter_after_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_chapter_after_top'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_chapter_after_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_texis{'part_chapter_after_top'} = '@node Top
@top top
@@ -436,27 +436,26 @@ $result_sectioning{'part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -482,7 +481,8 @@ $result_sectioning{'part_chapter_after_top'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -520,21 +520,21 @@ $result_sectioning{'part_chapter_after_top'} = {
]
}
};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_chapter_after_top'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_chapter_after_top'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -550,7 +550,7 @@
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_chapter_after_top'};
-$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'part_chapter_after_top'} = {
'cmdname' => 'node',
@@ -561,35 +561,36 @@ $result_nodes{'part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter'
},
'structure' => {
@@ -598,8 +599,7 @@ $result_nodes{'part_chapter_after_top'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -641,16 +641,16 @@ $result_nodes{'part_chapter_after_top'} = {
'node_next' => {}
}
};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_chapter_after_top'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'};
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_chapter_after_top'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_chapter_after_top'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_chapter_after_top'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_chapter_after_top'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_chapter_after_top'};
+$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -665,8 +665,8 @@
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structur
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_chapter_after_top'}{'structure'}{'associated_unit'} =
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'part_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_chapter_after_top'} = {
'cmdname' => 'node',
@@ -676,8 +676,7 @@ $result_menus{'part_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -685,26 +684,14 @@ $result_menus{'part_chapter_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -722,7 +709,20 @@ $result_menus{'part_chapter_after_top'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -750,14 +750,14 @@ $result_menus{'part_chapter_after_top'} = {
'menu_child' => {}
}
};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_chapter_after_top'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_chapter_after_top'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_chapter_after_top'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_chapter_after_top'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
@@ -771,7 +771,7 @@
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structu
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'part_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_chapter_after_top'} = [];
@@ -782,7 +782,15 @@ $result_floats{'part_chapter_after_top'} = {};
$result_elements{'part_chapter_after_top'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -797,8 +805,7 @@ $result_elements{'part_chapter_after_top'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -816,7 +823,8 @@ $result_elements{'part_chapter_after_top'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -838,15 +846,7 @@ $result_elements{'part_chapter_after_top'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -862,27 +862,27 @@ $result_elements{'part_chapter_after_top'} = [
},
{}
];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'};
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'section'};
-$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_chapter_after_top'}[0];
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_chapter_after_top'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_chapter_after_top'}[0];
-$result_elements{'part_chapter_after_top'}[1] =
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_chapter_after_top'}[1] =
$result_elements{'part_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/part_node_after_top.pl
b/tp/t/results/sectioning/part_node_after_top.pl
index 8e001915b0..8158d3d2ca 100644
--- a/tp/t/results/sectioning/part_node_after_top.pl
+++ b/tp/t/results/sectioning/part_node_after_top.pl
@@ -286,9 +286,9 @@ $result_trees{'part_node_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -297,8 +297,8 @@ $result_trees{'part_node_after_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -342,12 +342,12 @@
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{
$result_trees{'part_node_after_top'}[0]{'contents'}[1] =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_after_top'}[0]{'contents'}[2] =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_after_top'}[0]{'contents'}[3] =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'part_node_after_top'}[0]{'extra'}{'node'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_after_top'}[0]{'extra'}{'section'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_after_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_after_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_after_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_after_top'}[1]{'contents'}[0] =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_after_top'}[1]{'extra'}{'section'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_after_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_after_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'part_node_after_top'} = '@node Top
@top top
@@ -385,15 +385,15 @@ $result_sectioning{'part_node_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -403,7 +403,7 @@ $result_sectioning{'part_node_after_top'} = {
'section_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -440,13 +440,13 @@ $result_sectioning{'part_node_after_top'} = {
]
}
};
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_after_top'};
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_after_top'};
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -461,7 +461,7 @@
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'ext
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_after_top'};
-$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'part_node_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_after_top'} = {
'cmdname' => 'node',
@@ -472,15 +472,15 @@ $result_nodes{'part_node_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -488,7 +488,7 @@ $result_nodes{'part_node_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -539,11 +539,11 @@ $result_nodes{'part_node_after_top'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_after_top'};
-$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_after_top'}{'extra'}{'associated_section'};
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_after_top'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_after_top'};
+$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_after_top'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'part_node_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -570,8 +570,7 @@ $result_menus{'part_node_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -579,13 +578,14 @@ $result_menus{'part_node_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -593,7 +593,7 @@ $result_menus{'part_node_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -632,11 +632,11 @@ $result_menus{'part_node_after_top'} = {
}
}
};
-$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_after_top'};
-$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_after_top'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_after_top'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_after_top'};
+$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'part_node_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'part_node_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_menus{'part_node_after_top'}{'structure'}{'associated_unit'};
@@ -680,7 +680,15 @@ $result_floats{'part_node_after_top'} = {};
$result_elements{'part_node_after_top'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -702,21 +710,13 @@ $result_elements{'part_node_after_top'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'part',
'extra' => {},
'structure' => {
@@ -724,7 +724,7 @@ $result_elements{'part_node_after_top'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -748,13 +748,13 @@ $result_elements{'part_node_after_top'} = [
},
{}
];
-$result_elements{'part_node_after_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
-$result_elements{'part_node_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
-$result_elements{'part_node_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_after_top'}[0]{'extra'}{'node'};
-$result_elements{'part_node_after_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
-$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_after_top'}[0]{'extra'}{'section'};
-$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
+$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
+$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_after_top'}[0];
+$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_after_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_after_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_after_top'}[0];
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_after_top'}[0];
$result_elements{'part_node_after_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'part_node_after_top'}[0];
diff --git a/tp/t/results/sectioning/part_node_before_top.pl
b/tp/t/results/sectioning/part_node_before_top.pl
index 61b22dd9d8..934206cdb8 100644
--- a/tp/t/results/sectioning/part_node_before_top.pl
+++ b/tp/t/results/sectioning/part_node_before_top.pl
@@ -330,9 +330,9 @@ $result_trees{'part_node_before_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -385,9 +385,9 @@ $result_trees{'part_node_before_top'}[0]{'contents'}[1] =
$result_trees{'part_no
$result_trees{'part_node_before_top'}[0]{'contents'}[2] =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_before_top'}[0]{'contents'}[3] =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_before_top'}[0]{'contents'}[4] =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_before_top'}[0]{'extra'}{'node'} =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'part_node_before_top'}[0]{'extra'}{'section'} =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_before_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_before_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'part_node_before_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_before_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'part_node_before_top'} = '@node part node before top, Top,,Top
@part part
@@ -428,9 +428,9 @@ $result_sectioning{'part_node_before_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -464,9 +464,9 @@ $result_sectioning{'part_node_before_top'} = {
]
}
};
-$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'};
-$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
+$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_sectioning{'part_node_before_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -491,9 +491,9 @@ $result_nodes{'part_node_before_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -539,9 +539,9 @@ $result_nodes{'part_node_before_top'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_before_top'};
-$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_before_top'}{'extra'}{'associated_section'};
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_before_top'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_before_top'};
+$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_before_top'}{'extra'}{'associated_section'};
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_before_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
@@ -562,8 +562,7 @@ $result_menus{'part_node_before_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {
'associated_part' => {
@@ -580,7 +579,8 @@ $result_menus{'part_node_before_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -607,10 +607,10 @@ $result_menus{'part_node_before_top'} = {
}
}
};
-$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_before_top'};
-$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_before_top'};
+$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_before_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_menus{'part_node_before_top'}{'structure'}{'associated_unit'};
@@ -646,7 +646,24 @@ $result_floats{'part_node_before_top'} = {};
$result_elements{'part_node_before_top'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -668,24 +685,7 @@ $result_elements{'part_node_before_top'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -698,12 +698,12 @@ $result_elements{'part_node_before_top'} = [
'type' => 'unit'
}
];
-$result_elements{'part_node_before_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
-$result_elements{'part_node_before_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
-$result_elements{'part_node_before_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_before_top'}[0]{'extra'}{'node'};
-$result_elements{'part_node_before_top'}[0]{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
-$result_elements{'part_node_before_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
-$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_before_top'}[0]{'extra'}{'section'};
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_before_top'}[0];
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_before_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_before_top'}[0]{'extra'}{'unit_command'};
$result_elements{'part_node_before_top'}[0]{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_before_top'}[0];
$result_elements{'part_node_before_top'}[0]{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'part_node_before_top'}[0];
$result_elements{'part_node_before_top'}[0]{'structure'}{'directions'}{'NodeNext'}
= $result_elements{'part_node_before_top'}[0];
diff --git a/tp/t/results/sectioning/part_node_chapter_after_top.pl
b/tp/t/results/sectioning/part_node_chapter_after_top.pl
index 7e1de3c910..7d9d4cd5d8 100644
--- a/tp/t/results/sectioning/part_node_chapter_after_top.pl
+++ b/tp/t/results/sectioning/part_node_chapter_after_top.pl
@@ -535,9 +535,9 @@ $result_trees{'part_node_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -549,9 +549,9 @@ $result_trees{'part_node_chapter_after_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -633,16 +633,16 @@
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'conten
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6]{'parent'}
= $result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[1] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[2] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_chapter_after_top'}[0]{'extra'}{'node'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_chapter_after_top'}[0]{'extra'}{'section'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_after_top'}[1]{'contents'}[0] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_chapter_after_top'}[1]{'contents'}[1] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_chapter_after_top'}[1]{'contents'}[2] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_chapter_after_top'}[1]{'contents'}[3] =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'part_node_chapter_after_top'}[1]{'extra'}{'node'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_chapter_after_top'}[1]{'extra'}{'section'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_chapter_after_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'part_node_chapter_after_top'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_chapter_after_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_after_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_texis{'part_node_chapter_after_top'} = '@node Top
@top top
@@ -692,27 +692,26 @@ $result_sectioning{'part_node_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -738,7 +737,8 @@ $result_sectioning{'part_node_chapter_after_top'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -777,21 +777,21 @@ $result_sectioning{'part_node_chapter_after_top'} = {
]
}
};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_after_top'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_after_top'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -808,7 +808,7 @@
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_after_top'};
-$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_after_top'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'part_node_chapter_after_top'} = {
'cmdname' => 'node',
@@ -819,35 +819,36 @@ $result_nodes{'part_node_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter'
},
'structure' => {
@@ -867,8 +868,7 @@ $result_nodes{'part_node_chapter_after_top'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -911,19 +911,19 @@ $result_nodes{'part_node_chapter_after_top'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_chapter_after_top'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'};
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_after_top'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_after_top'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_after_top'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_chapter_after_top'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_after_top'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_after_top'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_after_top'};
+$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -939,8 +939,8 @@
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'str
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_after_top'}{'structure'}{'associated_unit'} =
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'part_node_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
+$result_nodes{'part_node_chapter_after_top'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
+$result_nodes{'part_node_chapter_after_top'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_after_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
$result_menus{'part_node_chapter_after_top'} = {
'cmdname' => 'node',
@@ -950,8 +950,7 @@ $result_menus{'part_node_chapter_after_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -959,13 +958,32 @@ $result_menus{'part_node_chapter_after_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter'
@@ -992,25 +1010,7 @@ $result_menus{'part_node_chapter_after_top'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1039,17 +1039,17 @@ $result_menus{'part_node_chapter_after_top'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_chapter_after_top'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_after_top'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_after_top'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_chapter_after_top'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_after_top'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_after_top'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
@@ -1064,7 +1064,7 @@
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'st
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
+$result_menus{'part_node_chapter_after_top'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_after_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
$result_errors{'part_node_chapter_after_top'} = [];
@@ -1075,7 +1075,15 @@ $result_floats{'part_node_chapter_after_top'} = {};
$result_elements{'part_node_chapter_after_top'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1090,21 +1098,7 @@ $result_elements{'part_node_chapter_after_top'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_prev' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1122,7 +1116,21 @@ $result_elements{'part_node_chapter_after_top'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_prev' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1146,15 +1154,7 @@ $result_elements{'part_node_chapter_after_top'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1170,31 +1170,31 @@ $result_elements{'part_node_chapter_after_top'} = [
},
{}
];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'};
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'section'};
-$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_after_top'}[0];
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_chapter_after_top'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_chapter_after_top'}[0];
-$result_elements{'part_node_chapter_after_top'}[1] =
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_after_top'}[1] =
$result_elements{'part_node_chapter_after_top'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/part_node_chapter_appendix.pl
b/tp/t/results/sectioning/part_node_chapter_appendix.pl
index 1447ec38f1..560a4e81d6 100644
--- a/tp/t/results/sectioning/part_node_chapter_appendix.pl
+++ b/tp/t/results/sectioning/part_node_chapter_appendix.pl
@@ -358,9 +358,9 @@ $result_trees{'part_node_chapter_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -371,9 +371,9 @@ $result_trees{'part_node_chapter_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -382,8 +382,8 @@ $result_trees{'part_node_chapter_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -435,18 +435,18 @@
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'content
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6]{'parent'}
= $result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[1] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[2] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_chapter_appendix'}[0]{'extra'}{'node'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_chapter_appendix'}[0]{'extra'}{'section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_chapter_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_appendix'}[1]{'contents'}[0] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_chapter_appendix'}[1]{'contents'}[1] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_chapter_appendix'}[1]{'contents'}[2] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_chapter_appendix'}[1]{'extra'}{'node'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_chapter_appendix'}[1]{'extra'}{'section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_chapter_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_chapter_appendix'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_chapter_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_chapter_appendix'}[2]{'contents'}[0] =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'part_node_chapter_appendix'}[2]{'extra'}{'section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_chapter_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'part_node_chapter_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_texis{'part_node_chapter_appendix'} = '@node Top
@top top
@@ -494,27 +494,26 @@ $result_sectioning{'part_node_chapter_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -540,7 +539,8 @@ $result_sectioning{'part_node_chapter_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -548,7 +548,7 @@ $result_sectioning{'part_node_chapter_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -561,7 +561,7 @@ $result_sectioning{'part_node_chapter_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -609,29 +609,29 @@ $result_sectioning{'part_node_chapter_appendix'} = {
]
}
};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_appendix'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_appendix'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{
[...]
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_appendix'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
[...]
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_appendix'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -652,8 +652,8 @@
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_appendix'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_chapter_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_appendix'} = {
'cmdname' => 'node',
@@ -664,35 +664,36 @@ $result_nodes{'part_node_chapter_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -701,8 +702,7 @@ $result_nodes{'part_node_chapter_appendix'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -710,7 +710,7 @@ $result_nodes{'part_node_chapter_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -719,7 +719,7 @@ $result_nodes{'part_node_chapter_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -770,20 +770,20 @@ $result_nodes{'part_node_chapter_appendix'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_chapter_appendix'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_appendix'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_appendix'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_chapter_appendix'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_appendix'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_appendix'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -803,8 +803,8 @@
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'stru
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_appendix'}{'structure'}{'associated_unit'} =
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_chapter_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_node_chapter_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_chapter_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_node_chapter_appendix'} = {
'cmdname' => 'node',
@@ -814,8 +814,7 @@ $result_menus{'part_node_chapter_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -823,26 +822,14 @@ $result_menus{'part_node_chapter_appendix'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -860,7 +847,20 @@ $result_menus{'part_node_chapter_appendix'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -868,7 +868,7 @@ $result_menus{'part_node_chapter_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -877,7 +877,7 @@ $result_menus{'part_node_chapter_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -914,18 +914,18 @@ $result_menus{'part_node_chapter_appendix'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_chapter_appendix'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_appendix'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_chapter_appendix'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_appendix'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -944,7 +944,7 @@
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'str
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_node_chapter_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_node_chapter_appendix'} = [];
@@ -955,7 +955,15 @@ $result_floats{'part_node_chapter_appendix'} = {};
$result_elements{'part_node_chapter_appendix'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -970,8 +978,7 @@ $result_elements{'part_node_chapter_appendix'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -989,7 +996,8 @@ $result_elements{'part_node_chapter_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -997,7 +1005,7 @@ $result_elements{'part_node_chapter_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -1006,7 +1014,7 @@ $result_elements{'part_node_chapter_appendix'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1035,15 +1043,7 @@ $result_elements{'part_node_chapter_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1060,35 +1060,35 @@ $result_elements{'part_node_chapter_appendix'} = [
{},
{}
];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'section'};
-$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_appendix'}[0];
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_chapter_appendix'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_chapter_appendix'}[0];
-$result_elements{'part_node_chapter_appendix'}[1] =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_appendix'}[2] =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_appendix'}[1] =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_appendix'}[2] =
$result_elements{'part_node_chapter_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/part_node_chapter_node_appendix.pl
b/tp/t/results/sectioning/part_node_chapter_node_appendix.pl
index 9a88701e45..584445d9d2 100644
--- a/tp/t/results/sectioning/part_node_chapter_node_appendix.pl
+++ b/tp/t/results/sectioning/part_node_chapter_node_appendix.pl
@@ -456,9 +456,9 @@ $result_trees{'part_node_chapter_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -469,9 +469,9 @@ $result_trees{'part_node_chapter_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -481,9 +481,9 @@ $result_trees{'part_node_chapter_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -550,20 +550,20 @@
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'co
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7]{'parent'}
= $result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[1] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[2] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_chapter_node_appendix'}[0]{'extra'}{'section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_chapter_node_appendix'}[1]{'contents'}[0] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_chapter_node_appendix'}[1]{'contents'}[1] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_chapter_node_appendix'}[1]{'contents'}[2] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_chapter_node_appendix'}[1]{'extra'}{'node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_chapter_node_appendix'}[1]{'extra'}{'section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_chapter_node_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_chapter_node_appendix'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_chapter_node_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_chapter_node_appendix'}[2]{'contents'}[0] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_chapter_node_appendix'}[2]{'contents'}[1] =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'part_node_chapter_node_appendix'}[2]{'extra'}{'node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'part_node_chapter_node_appendix'}[2]{'extra'}{'section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'part_node_chapter_node_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'part_node_chapter_node_appendix'}[2]{'extra'}{'unit_node'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'part_node_chapter_node_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'part_node_chapter_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_texis{'part_node_chapter_node_appendix'} = '@node Top
@top top
@@ -614,27 +614,26 @@ $result_sectioning{'part_node_chapter_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -660,7 +659,8 @@ $result_sectioning{'part_node_chapter_node_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -668,19 +668,18 @@ $result_sectioning{'part_node_chapter_node_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'appendix-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'appendix-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -692,7 +691,8 @@ $result_sectioning{'part_node_chapter_node_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -745,31 +745,31 @@ $result_sectioning{'part_node_chapter_node_appendix'} = {
]
}
};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_node_appendix'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_node_appendix'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'di
[...]
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
[...]
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_node_appendix'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_node_appendix'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'uni
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -795,8 +795,8 @@
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_chil
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_chapter_node_appendix'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_chapter_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_node_appendix'} = {
'cmdname' => 'node',
@@ -807,35 +807,36 @@ $result_nodes{'part_node_chapter_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -849,9 +850,9 @@ $result_nodes{'part_node_chapter_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -883,8 +884,7 @@ $result_nodes{'part_node_chapter_node_appendix'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -931,41 +931,41 @@ $result_nodes{'part_node_chapter_node_appendix'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_chapter_node_appendix'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'ass
[...]
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}
[...]
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'
[...]
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_node_appendix'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_node_appendix'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_node_appendix'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_chapter_node_appendix'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'
[...]
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'
[...]
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'
[...]
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associate
[...]
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_node_appendix'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_chapter_node_appendix'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_chapter_node_appendix'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -974,8 +974,8 @@
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_chapter_node_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_chapter_node_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_node_chapter_node_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_chapter_node_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_chapter_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_node_chapter_node_appendix'} = {
'cmdname' => 'node',
@@ -985,8 +985,7 @@ $result_menus{'part_node_chapter_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -994,13 +993,32 @@ $result_menus{'part_node_chapter_node_appendix'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-node'
@@ -1015,8 +1033,7 @@ $result_menus{'part_node_chapter_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -1025,7 +1042,8 @@ $result_menus{'part_node_chapter_node_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1054,25 +1072,7 @@ $result_menus{'part_node_chapter_node_appendix'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1105,38 +1105,38 @@ $result_menus{'part_node_chapter_node_appendix'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_chapter_node_appendix'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_node_appendix'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_node_appendix'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_chapter_node_appendix'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_node_appendix'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_chapter_node_appendix'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1144,7 +1144,7 @@
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_chapter_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_node_chapter_node_appendix'} = [];
@@ -1155,7 +1155,15 @@ $result_floats{'part_node_chapter_node_appendix'} = {};
$result_elements{'part_node_chapter_node_appendix'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1170,8 +1178,7 @@ $result_elements{'part_node_chapter_node_appendix'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1189,7 +1196,8 @@ $result_elements{'part_node_chapter_node_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1197,7 +1205,16 @@ $result_elements{'part_node_chapter_node_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'appendix',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 'A'
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'appendix-node'
@@ -1211,16 +1228,7 @@ $result_elements{'part_node_chapter_node_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'appendix',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 'A'
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1255,15 +1263,7 @@ $result_elements{'part_node_chapter_node_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1280,44 +1280,44 @@ $result_elements{'part_node_chapter_node_appendix'} = [
{},
{}
];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_command'}
= $result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'section'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_section'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_chapter_node_appendix'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_chapter_node_appendix'}[0];
-$result_elements{'part_node_chapter_node_appendix'}[1] =
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_chapter_node_appendix'}[2] =
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_chapter_node_appendix'}[1] =
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_chapter_node_appendix'}[2] =
$result_elements{'part_node_chapter_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/part_node_node_part_appendix.pl
b/tp/t/results/sectioning/part_node_node_part_appendix.pl
index eff6843795..c2c8b2cc27 100644
--- a/tp/t/results/sectioning/part_node_node_part_appendix.pl
+++ b/tp/t/results/sectioning/part_node_node_part_appendix.pl
@@ -493,9 +493,9 @@ $result_trees{'part_node_node_part_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -506,9 +506,9 @@ $result_trees{'part_node_node_part_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -519,9 +519,9 @@ $result_trees{'part_node_node_part_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -593,21 +593,21 @@
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'conte
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'parent'}
= $result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[1] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[2] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_node_part_appendix'}[0]{'extra'}{'node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_node_part_appendix'}[0]{'extra'}{'section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_node_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_node_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_node_part_appendix'}[1]{'contents'}[0] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_node_part_appendix'}[1]{'contents'}[1] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_node_part_appendix'}[1]{'contents'}[2] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_node_part_appendix'}[1]{'extra'}{'node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_node_part_appendix'}[1]{'extra'}{'section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_node_part_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_node_part_appendix'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_node_part_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_node_part_appendix'}[2]{'contents'}[0] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_node_part_appendix'}[2]{'contents'}[1] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'part_node_node_part_appendix'}[2]{'contents'}[2] =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'part_node_node_part_appendix'}[2]{'extra'}{'node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'part_node_node_part_appendix'}[2]{'extra'}{'section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'part_node_node_part_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'part_node_node_part_appendix'}[2]{'extra'}{'unit_node'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'part_node_node_part_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'part_node_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_texis{'part_node_node_part_appendix'} = '@node Top
@top top
@@ -663,27 +663,26 @@ $result_sectioning{'part_node_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -709,7 +708,8 @@ $result_sectioning{'part_node_node_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -717,19 +717,18 @@ $result_sectioning{'part_node_node_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'appendix-part'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'appendix-part'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -755,7 +754,8 @@ $result_sectioning{'part_node_node_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -807,35 +807,35 @@ $result_sectioning{'part_node_node_part_appendix'} = {
]
}
};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_node_part_appendix'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_node_part_appendix'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_node_part_appendix'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_node_part_appendix'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'dir
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -860,8 +860,8 @@
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_node_part_appendix'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'part_node_node_part_appendix'} = {
'cmdname' => 'node',
@@ -872,35 +872,36 @@ $result_nodes{'part_node_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -917,9 +918,9 @@ $result_nodes{'part_node_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -956,8 +957,7 @@ $result_nodes{'part_node_node_part_appendix'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1004,41 +1004,41 @@ $result_nodes{'part_node_node_part_appendix'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_node_part_appendix'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'nod
[...]
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}
[...]
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'
[...]
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_node_part_appendix'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_node_part_appendix'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_node_part_appendix'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_node_part_appendix'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'
[...]
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_node_part_appendix'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_node_part_appendix'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_node_part_appendix'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1047,8 +1047,8 @@
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'st
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_node_part_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_node_part_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_node_node_part_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_node_part_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_node_node_part_appendix'} = {
'cmdname' => 'node',
@@ -1058,8 +1058,7 @@ $result_menus{'part_node_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1067,13 +1066,32 @@ $result_menus{'part_node_node_part_appendix'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-node'
@@ -1088,8 +1106,7 @@ $result_menus{'part_node_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -1107,7 +1124,8 @@ $result_menus{'part_node_node_part_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1135,25 +1153,7 @@ $result_menus{'part_node_node_part_appendix'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1186,38 +1186,38 @@ $result_menus{'part_node_node_part_appendix'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_node_part_appendix'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_node_part_appendix'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_node_part_appendix'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_node_part_appendix'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_node_part_appendix'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_node_part_appendix'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1225,7 +1225,7 @@
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'s
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_node_part_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_node_node_part_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_node_node_part_appendix'} = [
{
@@ -1246,7 +1246,15 @@ $result_floats{'part_node_node_part_appendix'} = {};
$result_elements{'part_node_node_part_appendix'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1261,8 +1269,7 @@ $result_elements{'part_node_node_part_appendix'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1280,7 +1287,8 @@ $result_elements{'part_node_node_part_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1288,21 +1296,7 @@ $result_elements{'part_node_node_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'appendix-part'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_prev' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -1320,7 +1314,21 @@ $result_elements{'part_node_node_part_appendix'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'appendix-part'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_prev' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1354,15 +1362,7 @@ $result_elements{'part_node_node_part_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1379,44 +1379,44 @@ $result_elements{'part_node_node_part_appendix'} = [
{},
{}
];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'section'};
-$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_node_part_appendix'}[0];
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_node_part_appendix'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_node_part_appendix'}[0];
-$result_elements{'part_node_node_part_appendix'}[1] =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_node_part_appendix'}[2] =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_node_part_appendix'}[1] =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_node_part_appendix'}[2] =
$result_elements{'part_node_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/part_node_part_appendix.pl
b/tp/t/results/sectioning/part_node_part_appendix.pl
index 04aaaf199b..2caa81f82e 100644
--- a/tp/t/results/sectioning/part_node_part_appendix.pl
+++ b/tp/t/results/sectioning/part_node_part_appendix.pl
@@ -395,9 +395,9 @@ $result_trees{'part_node_part_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -408,9 +408,9 @@ $result_trees{'part_node_part_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -420,8 +420,8 @@ $result_trees{'part_node_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -478,19 +478,19 @@
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7]{'parent'}
= $result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_part_appendix'}[0]{'contents'}[1] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_part_appendix'}[0]{'contents'}[2] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_part_appendix'}[0]{'extra'}{'node'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_part_appendix'}[0]{'extra'}{'section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_part_appendix'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_part_appendix'}[1]{'contents'}[0] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_part_appendix'}[1]{'contents'}[1] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_part_appendix'}[1]{'contents'}[2] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_part_appendix'}[1]{'extra'}{'node'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_part_appendix'}[1]{'extra'}{'section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_part_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_part_appendix'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_part_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_part_appendix'}[2]{'contents'}[0] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_part_appendix'}[2]{'contents'}[1] =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'part_node_part_appendix'}[2]{'extra'}{'section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'part_node_part_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'part_node_part_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_texis{'part_node_part_appendix'} = '@node Top
@top top
@@ -543,27 +543,26 @@ $result_sectioning{'part_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -589,7 +588,8 @@ $result_sectioning{'part_node_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -597,7 +597,7 @@ $result_sectioning{'part_node_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -625,7 +625,7 @@ $result_sectioning{'part_node_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -672,33 +672,33 @@ $result_sectioning{'part_node_part_appendix'} = {
]
}
};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_appendix'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_appendix'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'str
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'s
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_appendix'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwa
[...]
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_appendix'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fast
[...]
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_co
[...]
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -718,8 +718,8 @@
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_appendix'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_part_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'part_node_part_appendix'} = {
'cmdname' => 'node',
@@ -730,35 +730,36 @@ $result_nodes{'part_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -767,8 +768,7 @@ $result_nodes{'part_node_part_appendix'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -776,7 +776,7 @@ $result_nodes{'part_node_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -794,7 +794,7 @@ $result_nodes{'part_node_part_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -844,21 +844,21 @@ $result_nodes{'part_node_part_appendix'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_part_appendix'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_part_appendix'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_appendix'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_part_appendix'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_part_appendix'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_appendix'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -877,8 +877,8 @@
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structu
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_part_appendix'}{'structure'}{'associated_unit'} =
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_part_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_node_part_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_part_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_part_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_node_part_appendix'} = {
'cmdname' => 'node',
@@ -888,8 +888,7 @@ $result_menus{'part_node_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -897,26 +896,14 @@ $result_menus{'part_node_part_appendix'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -934,7 +921,20 @@ $result_menus{'part_node_part_appendix'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -942,7 +942,7 @@ $result_menus{'part_node_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -960,7 +960,7 @@ $result_menus{'part_node_part_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -996,19 +996,19 @@ $result_menus{'part_node_part_appendix'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_part_appendix'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_appendix'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_part_appendix'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_appendix'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -1026,7 +1026,7 @@
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'struct
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_node_part_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_part_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_node_part_appendix'} = [];
@@ -1037,7 +1037,15 @@ $result_floats{'part_node_part_appendix'} = {};
$result_elements{'part_node_part_appendix'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1052,8 +1060,7 @@ $result_elements{'part_node_part_appendix'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1071,7 +1078,8 @@ $result_elements{'part_node_part_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1079,7 +1087,7 @@ $result_elements{'part_node_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -1097,7 +1105,7 @@ $result_elements{'part_node_part_appendix'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1125,15 +1133,7 @@ $result_elements{'part_node_part_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1150,35 +1150,35 @@ $result_elements{'part_node_part_appendix'} = [
{},
{}
];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'section'};
-$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_appendix'}[0];
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_part_appendix'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_part_appendix'}[0];
-$result_elements{'part_node_part_appendix'}[1] =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_appendix'}[2] =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_appendix'}[1] =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_appendix'}[2] =
$result_elements{'part_node_part_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/part_node_part_node_appendix.pl
b/tp/t/results/sectioning/part_node_part_node_appendix.pl
index d7fd626210..f38a7bd460 100644
--- a/tp/t/results/sectioning/part_node_part_node_appendix.pl
+++ b/tp/t/results/sectioning/part_node_part_node_appendix.pl
@@ -493,9 +493,9 @@ $result_trees{'part_node_part_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -506,9 +506,9 @@ $result_trees{'part_node_part_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -519,9 +519,9 @@ $result_trees{'part_node_part_node_appendix'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -593,21 +593,21 @@
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'conte
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8]{'parent'}
= $result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[1] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[2] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'part_node_part_node_appendix'}[0]{'extra'}{'node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'part_node_part_node_appendix'}[0]{'extra'}{'section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_part_node_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'part_node_part_node_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'part_node_part_node_appendix'}[1]{'contents'}[0] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'part_node_part_node_appendix'}[1]{'contents'}[1] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'part_node_part_node_appendix'}[1]{'contents'}[2] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'part_node_part_node_appendix'}[1]{'extra'}{'node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'part_node_part_node_appendix'}[1]{'extra'}{'section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_part_node_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'part_node_part_node_appendix'}[1]{'extra'}{'unit_node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'part_node_part_node_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'part_node_part_node_appendix'}[2]{'contents'}[0] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'part_node_part_node_appendix'}[2]{'contents'}[1] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'part_node_part_node_appendix'}[2]{'contents'}[2] =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'part_node_part_node_appendix'}[2]{'extra'}{'node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'part_node_part_node_appendix'}[2]{'extra'}{'section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'part_node_part_node_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'part_node_part_node_appendix'}[2]{'extra'}{'unit_node'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'part_node_part_node_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'part_node_part_node_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_texis{'part_node_part_node_appendix'} = '@node Top
@top top
@@ -663,27 +663,26 @@ $result_sectioning{'part_node_part_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -709,7 +708,8 @@ $result_sectioning{'part_node_part_node_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -717,19 +717,18 @@ $result_sectioning{'part_node_part_node_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'appendix-node'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
- 'associated_node' => {},
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'appendix-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
'associated_part' => {
'cmdname' => 'part',
'extra' => {
@@ -755,7 +754,8 @@ $result_sectioning{'part_node_part_node_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -807,35 +807,35 @@ $result_sectioning{'part_node_part_node_appendix'} = {
]
}
};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_node_appendix'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_node_appendix'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForw
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_node_appendix'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fas
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_node_appendix'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'dir
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'
[...]
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -860,8 +860,8 @@
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'part_node_part_node_appendix'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'part_node_part_node_appendix'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_nodes{'part_node_part_node_appendix'} = {
'cmdname' => 'node',
@@ -872,35 +872,36 @@ $result_nodes{'part_node_part_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
'structure' => {
'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
+ 'level' => 0
}
- },
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'associated_section' => {},
'normalized' => 'chapter-node'
},
'structure' => {
@@ -917,9 +918,9 @@ $result_nodes{'part_node_part_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -956,8 +957,7 @@ $result_nodes{'part_node_part_node_appendix'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1004,41 +1004,41 @@ $result_nodes{'part_node_part_node_appendix'} = {
'node_next' => {}
}
};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'part_node_part_node_appendix'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'nod
[...]
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}
[...]
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'s
[...]
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}
[...]
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'
[...]
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_node_appendix'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_part_node_appendix'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_node_appendix'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'part_node_part_node_appendix'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'stru
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'s
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'
[...]
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_node_appendix'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'part_node_part_node_appendix'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'part_node_part_node_appendix'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
+$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1047,8 +1047,8 @@
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'st
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}
=
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'part_node_part_node_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'part_node_part_node_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'part_node_part_node_appendix'}{'structure'}{'menu_child'} =
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'part_node_part_node_appendix'}{'structure'}{'node_next'} =
$result_nodes{'part_node_part_node_appendix'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'part_node_part_node_appendix'} = {
'cmdname' => 'node',
@@ -1058,8 +1058,7 @@ $result_menus{'part_node_part_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1067,13 +1066,32 @@ $result_menus{'part_node_part_node_appendix'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {
+ 'associated_part' => {
+ 'cmdname' => 'part',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ }
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-node'
@@ -1088,8 +1106,7 @@ $result_menus{'part_node_part_node_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -1107,7 +1124,8 @@ $result_menus{'part_node_part_node_appendix'} = {
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1135,25 +1153,7 @@ $result_menus{'part_node_part_node_appendix'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {
- 'associated_part' => {
- 'cmdname' => 'part',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- }
- },
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1186,38 +1186,38 @@ $result_menus{'part_node_part_node_appendix'} = {
'menu_child' => {}
}
};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'part_node_part_node_appendix'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_node_appendix'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_node_appendix'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'part_node_part_node_appendix'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_node_appendix'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'part_node_part_node_appendix'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1225,7 +1225,7 @@
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'s
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'};
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'part_node_part_node_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'part_node_part_node_appendix'}{'structure'}{'menu_child'} =
$result_menus{'part_node_part_node_appendix'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'part_node_part_node_appendix'} = [];
@@ -1236,7 +1236,15 @@ $result_floats{'part_node_part_node_appendix'} = {};
$result_elements{'part_node_part_node_appendix'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1251,8 +1259,7 @@ $result_elements{'part_node_part_node_appendix'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1270,7 +1277,8 @@ $result_elements{'part_node_part_node_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1278,21 +1286,7 @@ $result_elements{'part_node_part_node_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'appendix-node'
- },
- 'structure' => {
- 'associated_unit' => {},
- 'menu_prev' => {},
- 'menu_up' => {},
- 'menu_up_hash' => {
- 'Top' => 1
- }
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {
'associated_part' => {
@@ -1310,7 +1304,21 @@ $result_elements{'part_node_part_node_appendix'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'appendix-node'
+ },
+ 'structure' => {
+ 'associated_unit' => {},
+ 'menu_prev' => {},
+ 'menu_up' => {},
+ 'menu_up_hash' => {
+ 'Top' => 1
+ }
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1344,15 +1352,7 @@ $result_elements{'part_node_part_node_appendix'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1369,44 +1369,44 @@ $result_elements{'part_node_part_node_appendix'} = [
{},
{}
];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'};
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_command'} =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'section'};
-$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'part_node_part_node_appendix'}[0];
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'};
+$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_section'} =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'Next'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'part_node_part_node_appendix'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'part_node_part_node_appendix'}[0];
-$result_elements{'part_node_part_node_appendix'}[1] =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'part_node_part_node_appendix'}[2] =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'part_node_part_node_appendix'}[1] =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'part_node_part_node_appendix'}[2] =
$result_elements{'part_node_part_node_appendix'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/sectioning_part_appendix.pl
b/tp/t/results/sectioning/sectioning_part_appendix.pl
index d158d8a6bf..b6687d7c26 100644
--- a/tp/t/results/sectioning/sectioning_part_appendix.pl
+++ b/tp/t/results/sectioning/sectioning_part_appendix.pl
@@ -411,8 +411,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -421,8 +421,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -431,8 +431,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -441,8 +441,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -451,8 +451,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -462,8 +462,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -472,8 +472,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -482,8 +482,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -492,8 +492,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -502,8 +502,8 @@ $result_trees{'sectioning_part_appendix'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -554,36 +554,36 @@
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11]{'args'}[0]{'parent'}
=
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11]{'parent'}
= $result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'};
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[1] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'sectioning_part_appendix'}[0]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'sectioning_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'sectioning_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'sectioning_part_appendix'}[1]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'sectioning_part_appendix'}[1]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'sectioning_part_appendix'}[1]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'sectioning_part_appendix'}[1]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'sectioning_part_appendix'}[2]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'sectioning_part_appendix'}[2]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'sectioning_part_appendix'}[2]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'sectioning_part_appendix'}[2]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'sectioning_part_appendix'}[3]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'sectioning_part_appendix'}[3]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'sectioning_part_appendix'}[3]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'sectioning_part_appendix'}[3]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'sectioning_part_appendix'}[4]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'sectioning_part_appendix'}[4]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'sectioning_part_appendix'}[4]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'sectioning_part_appendix'}[4]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'sectioning_part_appendix'}[5]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'sectioning_part_appendix'}[5]{'contents'}[1] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'sectioning_part_appendix'}[5]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'sectioning_part_appendix'}[5]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'sectioning_part_appendix'}[5]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'sectioning_part_appendix'}[6]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'sectioning_part_appendix'}[6]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'sectioning_part_appendix'}[6]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'sectioning_part_appendix'}[6]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'sectioning_part_appendix'}[7]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'sectioning_part_appendix'}[7]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'sectioning_part_appendix'}[7]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'sectioning_part_appendix'}[7]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'sectioning_part_appendix'}[8]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
-$result_trees{'sectioning_part_appendix'}[8]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'sectioning_part_appendix'}[8]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
+$result_trees{'sectioning_part_appendix'}[8]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'sectioning_part_appendix'}[9]{'contents'}[0] =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
-$result_trees{'sectioning_part_appendix'}[9]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
$result_trees{'sectioning_part_appendix'}[9]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
+$result_trees{'sectioning_part_appendix'}[9]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix'}[0]{'contents'}[0]{'parent'}{'contents'}[11];
$result_texis{'sectioning_part_appendix'} = '@top top
@@ -653,14 +653,14 @@ $result_sectioning{'sectioning_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -674,8 +674,8 @@ $result_sectioning{'sectioning_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -683,7 +683,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -702,8 +702,8 @@ $result_sectioning{'sectioning_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -711,7 +711,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command'
=> {
'cmdname' =>
'unnumbered',
'extra' =>
{},
'structure'
=> {
@@ -723,7 +723,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command'
=> {}
+ 'unit_section'
=> {}
},
'structure' => {
'directions'
=> {
@@ -731,7 +731,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'FastBack'
=> {},
'FastForward' => {
'extra' =>
{
-
'section' => {
+
'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -745,8 +745,8 @@ $result_sectioning{'sectioning_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -771,7 +771,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'toplevel_up' => {}
}
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -831,13 +831,13 @@ $result_sectioning{'sectioning_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsubsection',
'extra' => {},
'structure' => {
@@ -850,8 +850,8 @@ $result_sectioning{'sectioning_part_appendix'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -877,7 +877,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -927,7 +927,7 @@ $result_sectioning{'sectioning_part_appendix'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -963,130 +963,130 @@ $result_sectioning{'sectioning_part_appendix'} = {
]
}
};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_chil
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'section [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'sectioning_part_appendix'}{'struct [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
= $r [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $res [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $ [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $re [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_sectioning{'sectio [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_sectioni [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_sect [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
= $result_secti [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_sectioni [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $result_sectioni [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_sectioning [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result_sectioning{'secti [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_sectioning{'secti [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'sectioning_part_appendix'}{'structu [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{ [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'sectio [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'sectio [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'a
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'ass
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'e
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'struct
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'struct
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_chil
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'section [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'sectioning_part_appendix'}{'struct [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_sectioning{'sectioning_part_appendix'}{'str [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'sectioning_part_appendix'}{'structu [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{ [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'sectio [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'sectioning_part_appendix'}{'structure'}{'sectio [...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'ass
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'sect
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'struc
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'struc
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'s
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'stru
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'struc
[...]
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'str
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'s
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'sectioning_part_appendix [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'asso
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'sect
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'sect
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'topl
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'topl
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $result_sectioni [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $resul [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $r [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
= $re [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $resul [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $resul [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_ [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
= $result_section [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_section [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'sectioning_part_appendix' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'sectioning_part_appendix'}{'st [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'sectioning_part_appendix'}{'structure [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'sectioning_part_appendix'}{'structure [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'stru
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'struct
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'str
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'s
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fast
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'sectioning_part_appendix'}{'structure' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'sectioning_part_appendix [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
= $result_sectioning{'sectioning_part_appen [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'sectioning_part_appendix' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'sectioning_part_appendix'}{' [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'sectioning_part_appendix'}{'st [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'sectioning_part_appendix'}{'structure [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'sectioning_part_appendix'}{'structure [...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'struct
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comman
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comman
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_chil
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'str
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_uni
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'s
[...]
$result_errors{'sectioning_part_appendix'} = [];
@@ -1097,7 +1097,7 @@ $result_floats{'sectioning_part_appendix'} = {};
$result_elements{'sectioning_part_appendix'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1105,13 +1105,13 @@ $result_elements{'sectioning_part_appendix'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1120,7 +1120,7 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1128,7 +1128,7 @@ $result_elements{'sectioning_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1146,13 +1146,13 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsubsection',
'extra' => {},
'structure' => {
@@ -1161,13 +1161,13 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => '1.1.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -1176,13 +1176,13 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => '1.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -1191,7 +1191,7 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => '1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1226,7 +1226,7 @@ $result_elements{'sectioning_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1235,7 +1235,7 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => 3
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1243,7 +1243,7 @@ $result_elements{'sectioning_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -1251,7 +1251,7 @@ $result_elements{'sectioning_part_appendix'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1259,7 +1259,7 @@ $result_elements{'sectioning_part_appendix'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -1268,7 +1268,7 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1276,7 +1276,7 @@ $result_elements{'sectioning_part_appendix'} = [
'FastBack' => {},
'Forward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendixsec',
'extra' => {},
'structure' => {
@@ -1285,7 +1285,7 @@ $result_elements{'sectioning_part_appendix'} = [
'number' => 'A.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1351,21 +1351,21 @@ $result_elements{'sectioning_part_appendix'} = [
{},
{}
];
-$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'sectioning_part_appendix'}[0];
-$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'unit_command'} =
$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'sectioning_part_appendix'}[0];
+$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'unit_section'} =
$result_elements{'sectioning_part_appendix'}[0]{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'sectioning_part_appendix'}[0];
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'sectioning_part_appendix'}[0];
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
[...]
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'B
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -1383,20 +1383,20 @@
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'Fast
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'struc
[...]
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastF
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastF
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure
[...]
-$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwa
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'stru
[...]
+$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwa
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'sectioning_part_appendix'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
diff --git a/tp/t/results/sectioning/sectioning_part_appendix_no_top.pl
b/tp/t/results/sectioning/sectioning_part_appendix_no_top.pl
index 242cef45c5..8608670485 100644
--- a/tp/t/results/sectioning/sectioning_part_appendix_no_top.pl
+++ b/tp/t/results/sectioning/sectioning_part_appendix_no_top.pl
@@ -375,8 +375,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -385,8 +385,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -395,8 +395,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -405,8 +405,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -416,8 +416,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -426,8 +426,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -436,8 +436,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -446,8 +446,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -456,8 +456,8 @@ $result_trees{'sectioning_part_appendix_no_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -504,33 +504,33 @@
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'co
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10]{'args'}[0]{'parent'}
=
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10]{'parent'}
= $result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[1] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'sectioning_part_appendix_no_top'}[0]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'sectioning_part_appendix_no_top'}[1]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'sectioning_part_appendix_no_top'}[1]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'sectioning_part_appendix_no_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'sectioning_part_appendix_no_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'sectioning_part_appendix_no_top'}[2]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'sectioning_part_appendix_no_top'}[2]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'sectioning_part_appendix_no_top'}[2]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'sectioning_part_appendix_no_top'}[2]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'sectioning_part_appendix_no_top'}[3]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'sectioning_part_appendix_no_top'}[3]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'sectioning_part_appendix_no_top'}[3]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'sectioning_part_appendix_no_top'}[3]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'sectioning_part_appendix_no_top'}[4]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'sectioning_part_appendix_no_top'}[4]{'contents'}[1] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'sectioning_part_appendix_no_top'}[4]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'sectioning_part_appendix_no_top'}[4]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'sectioning_part_appendix_no_top'}[4]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'sectioning_part_appendix_no_top'}[5]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'sectioning_part_appendix_no_top'}[5]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'sectioning_part_appendix_no_top'}[5]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'sectioning_part_appendix_no_top'}[5]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'sectioning_part_appendix_no_top'}[6]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'sectioning_part_appendix_no_top'}[6]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'sectioning_part_appendix_no_top'}[6]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'sectioning_part_appendix_no_top'}[6]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'sectioning_part_appendix_no_top'}[7]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'sectioning_part_appendix_no_top'}[7]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'sectioning_part_appendix_no_top'}[7]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'sectioning_part_appendix_no_top'}[7]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'sectioning_part_appendix_no_top'}[8]{'contents'}[0] =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
-$result_trees{'sectioning_part_appendix_no_top'}[8]{'extra'}{'section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_trees{'sectioning_part_appendix_no_top'}[8]{'extra'}{'unit_command'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
+$result_trees{'sectioning_part_appendix_no_top'}[8]{'extra'}{'unit_section'} =
$result_trees{'sectioning_part_appendix_no_top'}[0]{'contents'}[0]{'parent'}{'contents'}[10];
$result_texis{'sectioning_part_appendix_no_top'} = '@chapter chapter
@@ -595,14 +595,14 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -621,8 +621,8 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -630,7 +630,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -641,7 +641,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -649,7 +649,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -663,8 +663,8 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'structure' => {
'associated_unit'
=> {
'extra' => {
- 'section' =>
{},
- 'unit_command'
=> {}
+ 'unit_command'
=> {},
+ 'unit_section'
=> {}
},
'structure' => {
'directions'
=> {
@@ -688,7 +688,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -745,13 +745,13 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsubsection',
'extra' => {},
'structure' => {
@@ -764,14 +764,14 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -784,7 +784,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
'section_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -821,7 +821,7 @@ $result_sectioning{'sectioning_part_appendix_no_top'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -868,111 +868,111 @@ $result_sectioning{'sectioning_part_appendix_no_top'} =
{
]
}
};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'as
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'st
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'stru
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_ch
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'sect [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{ [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_s [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $resu [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_s [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sec [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_t [...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_child
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_top'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_chil
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'ass
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'struct
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'st
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'str
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'struct
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'struct
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'as
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'as
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'sect
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'s
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_top'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'struct
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'stru
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastF
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'dir
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direc
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'s
[...]
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associat
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_un
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structu
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{' [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_s [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_s [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $ [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_ [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_app [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
= $result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'sec [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_top'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'se [...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'s
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'s
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'s
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structur
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'un
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_comman
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_chil
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_top'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_un
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direc
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structur
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'section_up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_co
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structur
[...]
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'as
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'
[...]
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associate
[...]
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'asso
[...]
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'section_up'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'sectioning_part_appendix_no_top'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'sectioning_part_appendix_no_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[1]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_errors{'sectioning_part_appendix_no_top'} = [];
@@ -983,7 +983,7 @@ $result_floats{'sectioning_part_appendix_no_top'} = {};
$result_elements{'sectioning_part_appendix_no_top'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -992,13 +992,13 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -1016,13 +1016,13 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsubsection',
'extra' => {},
'structure' => {
@@ -1031,13 +1031,13 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => '1.1.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -1046,13 +1046,13 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => '1.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -1061,7 +1061,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => '1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1096,7 +1096,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1105,7 +1105,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => 3
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1113,7 +1113,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -1121,7 +1121,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1129,7 +1129,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendix',
'extra' => {},
'structure' => {
@@ -1138,7 +1138,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => 'A'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1146,7 +1146,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'FastBack' => {},
'Forward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'appendixsec',
'extra' => {},
'structure' => {
@@ -1155,7 +1155,7 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
'number' => 'A.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1212,17 +1212,17 @@ $result_elements{'sectioning_part_appendix_no_top'} = [
{},
{}
];
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'sectioning_part_appendix_no_top'}[0];
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_command'}
= $result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'sectioning_part_appendix_no_top'}[0];
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
= $result_elements{'sectioning_part_appendix_no_top'}[0];
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'sectioning_part_appendix_no_top'}[0];
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
@@ -1240,20 +1240,20 @@
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'sectioning_part_appendix_no_top'}[0];
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastFo
[...]
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'F
[...]
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForwar
[...]
-$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastF
[...]
+$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{
[...]
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structur
[...]
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'sectioning_part_appendix_no_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{
[...]
diff --git a/tp/t/results/sectioning/top_chapter_sections.pl
b/tp/t/results/sectioning/top_chapter_sections.pl
index 7dac5a788c..991007117e 100644
--- a/tp/t/results/sectioning/top_chapter_sections.pl
+++ b/tp/t/results/sectioning/top_chapter_sections.pl
@@ -338,8 +338,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -348,8 +348,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -358,8 +358,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -368,8 +368,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -378,8 +378,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -388,8 +388,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -398,8 +398,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -408,8 +408,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -418,8 +418,8 @@ $result_trees{'top_chapter_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -461,32 +461,32 @@
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9]
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9]{'args'}[0]{'parent'}
=
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9]{'parent'}
= $result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'};
$result_trees{'top_chapter_sections'}[0]{'contents'}[1] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'top_chapter_sections'}[0]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_chapter_sections'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_chapter_sections'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_chapter_sections'}[1]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'top_chapter_sections'}[1]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_chapter_sections'}[1]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'top_chapter_sections'}[1]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_chapter_sections'}[2]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_chapter_sections'}[2]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_chapter_sections'}[2]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'top_chapter_sections'}[2]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_chapter_sections'}[3]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'top_chapter_sections'}[3]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'top_chapter_sections'}[3]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'top_chapter_sections'}[3]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'top_chapter_sections'}[4]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'top_chapter_sections'}[4]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'top_chapter_sections'}[4]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'top_chapter_sections'}[4]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'top_chapter_sections'}[5]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'top_chapter_sections'}[5]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'top_chapter_sections'}[5]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'top_chapter_sections'}[5]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'top_chapter_sections'}[6]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'top_chapter_sections'}[6]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'top_chapter_sections'}[6]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'top_chapter_sections'}[6]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'top_chapter_sections'}[7]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
-$result_trees{'top_chapter_sections'}[7]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'top_chapter_sections'}[7]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
+$result_trees{'top_chapter_sections'}[7]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[8];
$result_trees{'top_chapter_sections'}[8]{'contents'}[0] =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
-$result_trees{'top_chapter_sections'}[8]{'extra'}{'section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_trees{'top_chapter_sections'}[8]{'extra'}{'unit_command'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
+$result_trees{'top_chapter_sections'}[8]{'extra'}{'unit_section'} =
$result_trees{'top_chapter_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[9];
$result_texis{'top_chapter_sections'} = '@top top
@@ -546,14 +546,14 @@ $result_sectioning{'top_chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -564,7 +564,7 @@ $result_sectioning{'top_chapter_sections'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -572,7 +572,7 @@ $result_sectioning{'top_chapter_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -586,8 +586,8 @@ $result_sectioning{'top_chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -595,7 +595,7 @@ $result_sectioning{'top_chapter_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -609,8 +609,8 @@ $result_sectioning{'top_chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' =>
{}
+ 'unit_command' =>
{},
+ 'unit_section' =>
{}
},
'structure' => {
'directions' => {
@@ -618,7 +618,7 @@ $result_sectioning{'top_chapter_sections'} = {
'FastBack' => {},
'FastForward' =>
{
'extra' => {
- 'section' =>
{
+
'unit_command' => {
'cmdname'
=> 'chapter',
'extra' =>
{},
'structure' => {
@@ -631,13 +631,13 @@ $result_sectioning{'top_chapter_sections'} = {
'toplevel_up' => {}
}
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' =>
{
'directions'
=> {
'Back' => {
'extra'
=> {
-
'section' => {
+
'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -650,8 +650,8 @@ $result_sectioning{'top_chapter_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
-
'section' => {},
-
'unit_command' => {}
+
'unit_command' => {},
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -676,7 +676,7 @@ $result_sectioning{'top_chapter_sections'} = {
'section_up' => {}
}
},
-
'unit_command' => {}
+
'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -727,7 +727,7 @@ $result_sectioning{'top_chapter_sections'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -766,7 +766,7 @@ $result_sectioning{'top_chapter_sections'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -814,103 +814,103 @@ $result_sectioning{'top_chapter_sections'} = {
]
}
};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastFor
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'sectio [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'s [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'top_chapter_sections'}{'stru [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'top_chapter_sections'}{' [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associate
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_p
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_u
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
= $result_sectioni [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $r [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $resul [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
= $resul [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_ [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_section [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'top_chapter_sections'}{'s [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'top_chapter_sections'}{'stru [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'top_chapter_sections'}{'struct [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{' [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{' [...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'str
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'str
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directi
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dire
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directio
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastFo
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fa
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fa
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'di
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'top_chapter_sections'}{'stru [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'top_chapter_sections'}{'stru [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_sectioning{'top_chapter_sectio [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_sectioning{'top_chapter_se [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structu
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
= $resul [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastB
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $resu [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
= $result_sectioning{'top_chapter_sec [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_sectioning{'top_chapter_sectio [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_sectioning{'top_chapter_sections [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
= $result_sectioning{'top_chapter_sections'}{'str [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
= $result_sectioning{'top_chapter_sections'}{'str [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs [...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Fa
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'di
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'dir
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directio
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'F
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structu
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}
[...]
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'a
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'st
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'struct
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure
[...]
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'assoc
[...]
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -921,10 +921,10 @@
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'st
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_childs'}[0]{'str
[...]
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[2]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[3]
=
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_childs
[...]
$result_sectioning{'top_chapter_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'top_chapter_sections'};
$result_errors{'top_chapter_sections'} = [];
@@ -936,7 +936,7 @@ $result_floats{'top_chapter_sections'} = {};
$result_elements{'top_chapter_sections'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -944,13 +944,13 @@ $result_elements{'top_chapter_sections'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -958,7 +958,7 @@ $result_elements{'top_chapter_sections'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -966,7 +966,7 @@ $result_elements{'top_chapter_sections'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -975,7 +975,7 @@ $result_elements{'top_chapter_sections'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -983,7 +983,7 @@ $result_elements{'top_chapter_sections'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -992,13 +992,13 @@ $result_elements{'top_chapter_sections'} = [
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -1007,7 +1007,7 @@ $result_elements{'top_chapter_sections'} = [
'number' => '1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1024,7 +1024,7 @@ $result_elements{'top_chapter_sections'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1033,13 +1033,13 @@ $result_elements{'top_chapter_sections'} = [
'number' => 3
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -1048,13 +1048,13 @@ $result_elements{'top_chapter_sections'} = [
'number' => '2.1.2'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'subsection',
'extra' => {},
'structure' => {
@@ -1063,13 +1063,13 @@ $result_elements{'top_chapter_sections'} = [
'number' => '2.1.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'section',
'extra' => {},
'structure' => {
@@ -1078,7 +1078,7 @@ $result_elements{'top_chapter_sections'} = [
'number' => '2.1'
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1161,20 +1161,20 @@ $result_elements{'top_chapter_sections'} = [
{},
{}
];
-$result_elements{'top_chapter_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_chapter_sections'}[0];
-$result_elements{'top_chapter_sections'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_chapter_sections'}[0]{'extra'}{'section'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'top_chapter_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_chapter_sections'}[0];
+$result_elements{'top_chapter_sections'}[0]{'extra'}{'unit_section'} =
$result_elements{'top_chapter_sections'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'top_chapter_sections'}[0];
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'top_chapter_sections'}[0];
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
@@ -1182,14 +1182,14 @@
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForw
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Up'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'struc
[...]
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'
[...]
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{
[...]
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastFor
[...]
-$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'di
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'struc
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direction
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fa
[...]
+$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'direct
[...]
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure
[...]
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'struc
[...]
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'top_chapter_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'st
[...]
diff --git a/tp/t/results/sectioning/top_node_part_top.pl
b/tp/t/results/sectioning/top_node_part_top.pl
index 1eeb32e218..d1191a5676 100644
--- a/tp/t/results/sectioning/top_node_part_top.pl
+++ b/tp/t/results/sectioning/top_node_part_top.pl
@@ -137,9 +137,9 @@ $result_trees{'top_node_part_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -162,9 +162,9 @@
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'p
$result_trees{'top_node_part_top'}[0]{'contents'}[1] =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_node_part_top'}[0]{'contents'}[2] =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_node_part_top'}[0]{'contents'}[3] =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_node_part_top'}[0]{'extra'}{'node'} =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'top_node_part_top'}[0]{'extra'}{'section'} =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_node_part_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'top_node_part_top'}[0]{'extra'}{'unit_node'} =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_node_part_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_node_part_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'top_node_part_top'} = '@node Top
@@ -200,9 +200,9 @@ $result_sectioning{'top_node_part_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -233,9 +233,9 @@ $result_sectioning{'top_node_part_top'} = {
]
}
};
-$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'};
-$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
+$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'};
+$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'};
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_part'}
= $result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_node_part_top'}{'structure'}{'section_childs'}[0]{'extra'}{'part_associated_section'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -257,9 +257,9 @@ $result_nodes{'top_node_part_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -283,9 +283,9 @@ $result_nodes{'top_node_part_top'} = {
'associated_unit' => {}
}
};
-$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'top_node_part_top'};
-$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'top_node_part_top'}{'extra'}{'associated_section'};
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'top_node_part_top'}{'extra'}{'associated_section'};
+$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'top_node_part_top'};
+$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'top_node_part_top'}{'extra'}{'associated_section'};
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
$result_nodes{'top_node_part_top'}{'structure'}{'associated_unit'} =
$result_nodes{'top_node_part_top'}{'extra'}{'associated_section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'};
@@ -298,8 +298,7 @@ $result_menus{'top_node_part_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {
'associated_part' => {
@@ -316,7 +315,8 @@ $result_menus{'top_node_part_top'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -327,10 +327,10 @@ $result_menus{'top_node_part_top'} = {
}
}
};
-$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'top_node_part_top'};
-$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_part_top'}{'structure'}{'associated_unit'};
-$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_part_top'}{'structure'}{'associated_unit'};
-$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_part_top'}{'structure'}{'associated_unit'};
+$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_part_top'}{'structure'}{'associated_unit'};
+$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'top_node_part_top'};
+$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'top_node_part_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'top_node_part_top'}{'structure'}{'associated_unit'};
$result_errors{'top_node_part_top'} = [
@@ -361,16 +361,7 @@ $result_floats{'top_node_part_top'} = {};
$result_elements{'top_node_part_top'} = [
{
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'Top'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {
'associated_part' => {
@@ -387,7 +378,16 @@ $result_elements{'top_node_part_top'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'Top'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -397,10 +397,10 @@ $result_elements{'top_node_part_top'} = [
'type' => 'unit'
}
];
-$result_elements{'top_node_part_top'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
-$result_elements{'top_node_part_top'}[0]{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
-$result_elements{'top_node_part_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
-$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_node_part_top'}[0]{'extra'}{'section'};
+$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
+$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
+$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_part_top'}[0];
+$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_section'} =
$result_elements{'top_node_part_top'}[0]{'extra'}{'unit_command'};
$result_elements{'top_node_part_top'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'top_node_part_top'}[0];
diff --git a/tp/t/results/sectioning/top_node_up_url.pl
b/tp/t/results/sectioning/top_node_up_url.pl
index e0a6f10c25..bfc9ac5a79 100644
--- a/tp/t/results/sectioning/top_node_up_url.pl
+++ b/tp/t/results/sectioning/top_node_up_url.pl
@@ -256,9 +256,9 @@ $result_trees{'top_node_up_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -267,8 +267,8 @@ $result_trees{'top_node_up_url'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -308,12 +308,12 @@
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'ext
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'};
$result_trees{'top_node_up_url'}[0]{'contents'}[1] =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_node_up_url'}[0]{'contents'}[2] =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'top_node_up_url'}[0]{'extra'}{'node'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'top_node_up_url'}[0]{'extra'}{'section'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_node_up_url'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_node_up_url'}[0]{'extra'}{'unit_node'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_node_up_url'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_node_up_url'}[1]{'contents'}[0] =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_node_up_url'}[1]{'extra'}{'node'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_node_up_url'}[1]{'extra'}{'unit_command'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'top_node_up_url'}[1]{'extra'}{'unit_node'} =
$result_trees{'top_node_up_url'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'top_node_up_url'} = '@node Top
@top internal top node up
@@ -348,15 +348,15 @@ $result_sectioning{'top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -365,7 +365,7 @@ $result_sectioning{'top_node_up_url'} = {
'associated_unit' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -400,11 +400,11 @@ $result_sectioning{'top_node_up_url'} = {
]
}
};
-$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'top_node_up_url'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -428,15 +428,15 @@ $result_nodes{'top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -447,7 +447,7 @@ $result_nodes{'top_node_up_url'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -487,13 +487,13 @@ $result_nodes{'top_node_up_url'} = {
'node_next' => {}
}
};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'top_node_up_url'};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'top_node_up_url'}{'extra'}{'associated_section'};
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'top_node_up_url'};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'top_node_up_url'};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'top_node_up_url'};
-$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'top_node_up_url'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'top_node_up_url'}{'extra'}{'associated_section'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'top_node_up_url'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'top_node_up_url'};
+$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -506,8 +506,8 @@
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'as
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'top_node_up_url'}{'structure'}{'associated_unit'} =
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'top_node_up_url'}{'structure'}{'menu_child'} =
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'top_node_up_url'}{'structure'}{'node_next'} =
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'top_node_up_url'}{'structure'}{'menu_child'} =
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'top_node_up_url'}{'structure'}{'node_next'} =
$result_nodes{'top_node_up_url'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'top_node_up_url'} = {
'cmdname' => 'node',
@@ -517,22 +517,22 @@ $result_menus{'top_node_up_url'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'first'
@@ -545,7 +545,7 @@ $result_menus{'top_node_up_url'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -571,12 +571,12 @@ $result_menus{'top_node_up_url'} = {
'menu_child' => {}
}
};
-$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'top_node_up_url'};
-$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'top_node_up_url'};
-$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'top_node_up_url'};
-$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'top_node_up_url'};
+$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
+$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'top_node_up_url'};
+$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
@@ -588,7 +588,7 @@
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'d
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'top_node_up_url'}{'structure'}{'associated_unit'};
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'top_node_up_url'}{'structure'}{'menu_child'} =
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'top_node_up_url'}{'structure'}{'menu_child'} =
$result_menus{'top_node_up_url'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'top_node_up_url'} = [];
@@ -599,7 +599,7 @@ $result_floats{'top_node_up_url'} = {};
$result_elements{'top_node_up_url'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -614,8 +614,8 @@ $result_elements{'top_node_up_url'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -637,15 +637,15 @@ $result_elements{'top_node_up_url'} = [
}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 0
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -659,23 +659,23 @@ $result_elements{'top_node_up_url'} = [
},
{}
];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'top_node_up_url'}[0]{'extra'}{'node'};
-$result_elements{'top_node_up_url'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'};
-$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_node'} =
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'top_node_up_url'}[0];
+$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'Forward'} =
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'top_node_up_url'}[0]{'structure'}{'directions'}{'This'} =
$result_elements{'top_node_up_url'}[0];
-$result_elements{'top_node_up_url'}[1] =
$result_elements{'top_node_up_url'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'top_node_up_url'}[1] =
$result_elements{'top_node_up_url'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/top_part_chapter.pl
b/tp/t/results/sectioning/top_part_chapter.pl
index 79184f56b1..4bb64985bd 100644
--- a/tp/t/results/sectioning/top_part_chapter.pl
+++ b/tp/t/results/sectioning/top_part_chapter.pl
@@ -123,8 +123,8 @@ $result_trees{'top_part_chapter'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -134,8 +134,8 @@ $result_trees{'top_part_chapter'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -154,12 +154,12 @@
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'ar
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'extra'}{'associated_part'}
= $result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'};
$result_trees{'top_part_chapter'}[0]{'contents'}[1] =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'top_part_chapter'}[0]{'extra'}{'section'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_part_chapter'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_part_chapter'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_part_chapter'}[1]{'contents'}[0] =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_part_chapter'}[1]{'contents'}[1] =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_part_chapter'}[1]{'extra'}{'section'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_part_chapter'}[1]{'extra'}{'unit_command'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'top_part_chapter'}[1]{'extra'}{'unit_section'} =
$result_trees{'top_part_chapter'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'top_part_chapter'} = '@top top
@@ -189,14 +189,14 @@ $result_sectioning{'top_part_chapter'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -224,7 +224,7 @@ $result_sectioning{'top_part_chapter'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -252,18 +252,18 @@ $result_sectioning{'top_part_chapter'} = {
]
}
};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'top_part_chapter'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'extra'}{'part_associated_section'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_prev'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'section_up'}
= $result_sectioning{'top_part_chapter'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -273,7 +273,7 @@
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'struct
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'top_part_chapter'};
-$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'};
+$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[1] =
$result_sectioning{'top_part_chapter'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'};
$result_errors{'top_part_chapter'} = [];
@@ -284,7 +284,7 @@ $result_floats{'top_part_chapter'} = {};
$result_elements{'top_part_chapter'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -292,13 +292,13 @@ $result_elements{'top_part_chapter'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
'associated_part' => {
@@ -316,7 +316,7 @@ $result_elements{'top_part_chapter'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -336,11 +336,11 @@ $result_elements{'top_part_chapter'} = [
},
{}
];
-$result_elements{'top_part_chapter'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_part_chapter'}[0];
-$result_elements{'top_part_chapter'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_part_chapter'}[0]{'extra'}{'section'};
-$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'top_part_chapter'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_part_chapter'}[0];
+$result_elements{'top_part_chapter'}[0]{'extra'}{'unit_section'} =
$result_elements{'top_part_chapter'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_part'}{'structure'}{'associated_unit'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'top_part_chapter'}[0];
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'top_part_chapter'}[0];
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'top_part_chapter'}[0]{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/top_without_node_nodes.pl
b/tp/t/results/sectioning/top_without_node_nodes.pl
index 7ffbe4eddc..4409097ec4 100644
--- a/tp/t/results/sectioning/top_without_node_nodes.pl
+++ b/tp/t/results/sectioning/top_without_node_nodes.pl
@@ -193,9 +193,9 @@ $result_trees{'top_without_node_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -228,9 +228,9 @@
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[
$result_trees{'top_without_node_nodes'}[0]{'contents'}[1] =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_without_node_nodes'}[0]{'contents'}[2] =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_without_node_nodes'}[0]{'contents'}[3] =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_without_node_nodes'}[0]{'extra'}{'node'} =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'top_without_node_nodes'}[0]{'extra'}{'section'} =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_without_node_nodes'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'top_without_node_nodes'}[0]{'extra'}{'unit_node'} =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'top_without_node_nodes'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'top_without_node_nodes'} = '@top top section
Top section
@@ -262,7 +262,7 @@ $result_sectioning{'top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second'
@@ -271,7 +271,8 @@ $result_sectioning{'top_without_node_nodes'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -284,8 +285,7 @@ $result_sectioning{'top_without_node_nodes'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -308,15 +308,15 @@ $result_sectioning{'top_without_node_nodes'} = {
]
}
};
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'node'};
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'node'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
-$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'};
$result_sectioning{'top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'top_without_node_nodes'};
$result_nodes{'top_without_node_nodes'} = {
@@ -328,9 +328,9 @@ $result_nodes{'top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -365,9 +365,9 @@ $result_nodes{'top_without_node_nodes'} = {
}
}
};
-$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'top_without_node_nodes'};
-$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'};
$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'top_without_node_nodes'};
+$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'top_without_node_nodes'};
+$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'};
$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_without_node_nodes'}{'structure'}{'associated_unit'} =
$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_without_node_nodes'}{'structure'}{'node_up'}{'extra'}{'manual_content'}
=
$result_nodes{'top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'};
@@ -380,8 +380,9 @@ $result_menus{'top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -389,8 +390,7 @@ $result_menus{'top_without_node_nodes'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -411,9 +411,9 @@ $result_menus{'top_without_node_nodes'} = {
}
}
};
-$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'top_without_node_nodes'};
-$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'top_without_node_nodes'};
+$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'top_without_node_nodes'};
+$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_errors{'top_without_node_nodes'} = [];
@@ -425,7 +425,7 @@ $result_floats{'top_without_node_nodes'} = {};
$result_elements{'top_without_node_nodes'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second'
@@ -434,7 +434,8 @@ $result_elements{'top_without_node_nodes'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -442,8 +443,7 @@ $result_elements{'top_without_node_nodes'} = [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -463,9 +463,9 @@ $result_elements{'top_without_node_nodes'} = [
'type' => 'unit'
}
];
-$result_elements{'top_without_node_nodes'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_nodes'}[0];
-$result_elements{'top_without_node_nodes'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_nodes'}[0];
-$result_elements{'top_without_node_nodes'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_without_node_nodes'}[0]{'extra'}{'node'};
+$result_elements{'top_without_node_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_nodes'}[0];
+$result_elements{'top_without_node_nodes'}[0]{'extra'}{'unit_node'} =
$result_elements{'top_without_node_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_without_node_nodes'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_nodes'}[0];
$result_elements{'top_without_node_nodes'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'top_without_node_nodes'}[0];
diff --git a/tp/t/results/sectioning/top_without_node_sections.pl
b/tp/t/results/sectioning/top_without_node_sections.pl
index ef3040d9ae..f16a0385de 100644
--- a/tp/t/results/sectioning/top_without_node_sections.pl
+++ b/tp/t/results/sectioning/top_without_node_sections.pl
@@ -191,8 +191,8 @@ $result_trees{'top_without_node_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -202,9 +202,9 @@ $result_trees{'top_without_node_sections'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -235,13 +235,13 @@
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'contents'}[1]{'parent'}
=
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'};
$result_trees{'top_without_node_sections'}[0]{'contents'}[1] =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'top_without_node_sections'}[0]{'extra'}{'section'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_without_node_sections'}[0]{'extra'}{'unit_command'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'top_without_node_sections'}[0]{'extra'}{'unit_section'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'top_without_node_sections'}[1]{'contents'}[0] =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'top_without_node_sections'}[1]{'contents'}[1] =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'top_without_node_sections'}[1]{'extra'}{'node'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'top_without_node_sections'}[1]{'extra'}{'section'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'top_without_node_sections'}[1]{'extra'}{'unit_command'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'top_without_node_sections'}[1]{'extra'}{'unit_node'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'top_without_node_sections'}[1]{'extra'}{'unit_section'} =
$result_trees{'top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'top_without_node_sections'} = '@top top section
Top section
@@ -273,26 +273,25 @@ $result_sectioning{'top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'second'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -303,7 +302,8 @@ $result_sectioning{'top_without_node_sections'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -337,15 +337,15 @@ $result_sectioning{'top_without_node_sections'} = {
]
}
};
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -354,7 +354,7 @@
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'top_without_node_sections'};
$result_nodes{'top_without_node_sections'} = {
@@ -366,15 +366,15 @@ $result_nodes{'top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -382,7 +382,7 @@ $result_nodes{'top_without_node_sections'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -428,11 +428,11 @@ $result_nodes{'top_without_node_sections'} = {
}
}
};
-$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'top_without_node_sections'};
-$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'};
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'};
-$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'top_without_node_sections'};
+$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'};
+$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
@@ -452,8 +452,7 @@ $result_menus{'top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -462,13 +461,14 @@ $result_menus{'top_without_node_sections'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -476,7 +476,7 @@ $result_menus{'top_without_node_sections'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -508,11 +508,11 @@ $result_menus{'top_without_node_sections'} = {
}
}
};
-$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'top_without_node_sections'};
-$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'};
-$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'};
+$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'top_without_node_sections'};
+$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
= $result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'};
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
= $result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'};
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'This'}
=
$result_menus{'top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
@@ -531,7 +531,7 @@ $result_floats{'top_without_node_sections'} = {};
$result_elements{'top_without_node_sections'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -539,22 +539,13 @@ $result_elements{'top_without_node_sections'} = [
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'second'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -563,7 +554,16 @@ $result_elements{'top_without_node_sections'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -593,11 +593,11 @@ $result_elements{'top_without_node_sections'} = [
},
{}
];
-$result_elements{'top_without_node_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_sections'}[0];
-$result_elements{'top_without_node_sections'}[0]{'extra'}{'unit_command'} =
$result_elements{'top_without_node_sections'}[0]{'extra'}{'section'};
-$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'top_without_node_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'top_without_node_sections'}[0];
+$result_elements{'top_without_node_sections'}[0]{'extra'}{'unit_section'} =
$result_elements{'top_without_node_sections'}[0]{'extra'}{'unit_command'};
+$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'top_without_node_sections'}[0];
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'top_without_node_sections'}[0];
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/transliterated_split_equivalent_nodes.pl
b/tp/t/results/sectioning/transliterated_split_equivalent_nodes.pl
index 0cfba21eef..e3ac5f2eb9 100644
--- a/tp/t/results/sectioning/transliterated_split_equivalent_nodes.pl
+++ b/tp/t/results/sectioning/transliterated_split_equivalent_nodes.pl
@@ -508,8 +508,8 @@ $result_trees{'transliterated_split_equivalent_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -518,8 +518,8 @@ $result_trees{'transliterated_split_equivalent_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -528,8 +528,8 @@ $result_trees{'transliterated_split_equivalent_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
},
@@ -538,8 +538,8 @@ $result_trees{'transliterated_split_equivalent_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'type' => 'unit'
}
@@ -615,17 +615,17 @@
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'args'}[0]{'contents'}[0];
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4]{'parent'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'};
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[1] =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'} =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_node'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'transliterated_split_equivalent_nodes'}[1]{'contents'}[0] =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'transliterated_split_equivalent_nodes'}[1]{'extra'}{'node'} =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'transliterated_split_equivalent_nodes'}[1]{'extra'}{'unit_command'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'transliterated_split_equivalent_nodes'}[1]{'extra'}{'unit_node'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'transliterated_split_equivalent_nodes'}[2]{'contents'}[0] =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'transliterated_split_equivalent_nodes'}[2]{'extra'}{'node'} =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'transliterated_split_equivalent_nodes'}[2]{'extra'}{'unit_command'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'transliterated_split_equivalent_nodes'}[2]{'extra'}{'unit_node'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'transliterated_split_equivalent_nodes'}[3]{'contents'}[0] =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'transliterated_split_equivalent_nodes'}[3]{'extra'}{'node'} =
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'transliterated_split_equivalent_nodes'}[3]{'extra'}{'unit_command'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'transliterated_split_equivalent_nodes'}[3]{'extra'}{'unit_node'}
=
$result_trees{'transliterated_split_equivalent_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'transliterated_split_equivalent_nodes'} = '@node Top
@@ -666,14 +666,14 @@ $result_nodes{'transliterated_split_equivalent_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => '_00e3'
@@ -688,15 +688,15 @@ $result_nodes{'transliterated_split_equivalent_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => '_00e2'
@@ -707,7 +707,7 @@ $result_nodes{'transliterated_split_equivalent_nodes'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -742,7 +742,7 @@ $result_nodes{'transliterated_split_equivalent_nodes'} = {
'node_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -772,52 +772,52 @@ $result_nodes{'transliterated_split_equivalent_nodes'} = {
'node_next' => {}
}
};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'st
[...]
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'
[...]
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'
[...]
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_prev'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}
= $result_nodes{'transliterated_split_equivalent_nodes'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_next'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'menu_child'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'node_next'}
=
$result_nodes{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'transliterated_split_equivalent_nodes'} = {
'cmdname' => 'node',
@@ -827,14 +827,14 @@ $result_menus{'transliterated_split_equivalent_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => '_00e3'
@@ -849,15 +849,15 @@ $result_menus{'transliterated_split_equivalent_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => '_00e2'
@@ -871,7 +871,7 @@ $result_menus{'transliterated_split_equivalent_nodes'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -911,7 +911,7 @@ $result_menus{'transliterated_split_equivalent_nodes'} = {
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -940,50 +940,50 @@ $result_menus{'transliterated_split_equivalent_nodes'} = {
'menu_child' => {}
}
};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'transliterated_split_equivalent_nodes'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'transliterated_split_equivalent_nodes'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'st
[...]
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{
[...]
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'dir
[...]
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'transliterated_split_equivalent_nodes'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'
[...]
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'
[...]
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'
[...]
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
= $result_menus{'transliterated_split_equivalent_nodes'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'};
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'menu_child'}
=
$result_menus{'transliterated_split_equivalent_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
$result_errors{'transliterated_split_equivalent_nodes'} = [];
@@ -994,7 +994,7 @@ $result_floats{'transliterated_split_equivalent_nodes'} =
{};
$result_elements{'transliterated_split_equivalent_nodes'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1009,15 +1009,15 @@
$result_elements{'transliterated_split_equivalent_nodes'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
'Back' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'n'
@@ -1032,8 +1032,8 @@ $result_elements{'transliterated_split_equivalent_nodes'}
= [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1060,7 +1060,7 @@ $result_elements{'transliterated_split_equivalent_nodes'}
= [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1095,7 +1095,7 @@ $result_elements{'transliterated_split_equivalent_nodes'}
= [
}
}
},
- 'unit_command' => {}
+ 'unit_node' => {}
},
'structure' => {
'directions' => {
@@ -1111,47 +1111,47 @@
$result_elements{'transliterated_split_equivalent_nodes'} = [
{},
{}
];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{
[...]
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_prev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_c
[...]
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_comm
[...]
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra
[...]
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_prev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_node'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'transliterated_split_equivalent_nodes'}[0];
-$result_elements{'transliterated_split_equivalent_nodes'}[1] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'transliterated_split_equivalent_nodes'}[2] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_elements{'transliterated_split_equivalent_nodes'}[3] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[1] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'transliterated_split_equivalent_nodes'}[2] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_elements{'transliterated_split_equivalent_nodes'}[3] =
$result_elements{'transliterated_split_equivalent_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/two_nodes_at_the_end.pl
b/tp/t/results/sectioning/two_nodes_at_the_end.pl
index e23e1af7e2..404095e873 100644
--- a/tp/t/results/sectioning/two_nodes_at_the_end.pl
+++ b/tp/t/results/sectioning/two_nodes_at_the_end.pl
@@ -567,9 +567,9 @@ $result_trees{'two_nodes_at_the_end'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -581,9 +581,9 @@ $result_trees{'two_nodes_at_the_end'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -670,16 +670,16 @@
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[6]
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[6]{'parent'}
= $result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'};
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[1] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[2] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'two_nodes_at_the_end'}[0]{'extra'}{'node'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'two_nodes_at_the_end'}[0]{'extra'}{'section'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'two_nodes_at_the_end'}[0]{'extra'}{'unit_command'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'two_nodes_at_the_end'}[0]{'extra'}{'unit_section'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'two_nodes_at_the_end'}[1]{'contents'}[0] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'two_nodes_at_the_end'}[1]{'contents'}[1] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'two_nodes_at_the_end'}[1]{'contents'}[2] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'two_nodes_at_the_end'}[1]{'contents'}[3] =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'two_nodes_at_the_end'}[1]{'extra'}{'node'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'two_nodes_at_the_end'}[1]{'extra'}{'section'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'two_nodes_at_the_end'}[1]{'extra'}{'unit_command'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'two_nodes_at_the_end'}[1]{'extra'}{'unit_node'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'two_nodes_at_the_end'}[1]{'extra'}{'unit_section'} =
$result_trees{'two_nodes_at_the_end'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_texis{'two_nodes_at_the_end'} = '@node Top
@top top
@@ -731,27 +731,26 @@ $result_sectioning{'two_nodes_at_the_end'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-1'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-1'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -762,7 +761,8 @@ $result_sectioning{'two_nodes_at_the_end'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -804,16 +804,16 @@ $result_sectioning{'two_nodes_at_the_end'} = {
]
}
};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
= $result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
@@ -830,7 +830,7 @@
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'ex
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'two_nodes_at_the_end'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'two_nodes_at_the_end'};
$result_nodes{'two_nodes_at_the_end'} = {
@@ -842,26 +842,27 @@ $result_nodes{'two_nodes_at_the_end'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'chapter-1'
},
'structure' => {
@@ -892,8 +893,7 @@ $result_nodes{'two_nodes_at_the_end'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -937,21 +937,21 @@ $result_nodes{'two_nodes_at_the_end'} = {
'node_next' => {}
}
};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'two_nodes_at_the_end'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'};
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}
= $result_nodes{'two_nodes_at_the_end'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'two_nodes_at_the_end'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}
= $result_nodes{'two_nodes_at_the_end'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_at_the_end'};
+$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -968,8 +968,8 @@
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'two_nodes_at_the_end'}{'structure'}{'associated_unit'} =
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_at_the_end'}{'structure'}{'menu_child'} =
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'two_nodes_at_the_end'}{'structure'}{'node_next'} =
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'two_nodes_at_the_end'}{'structure'}{'menu_child'} =
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'two_nodes_at_the_end'}{'structure'}{'node_next'} =
$result_nodes{'two_nodes_at_the_end'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'two_nodes_at_the_end'} = {
'cmdname' => 'node',
@@ -979,8 +979,7 @@ $result_menus{'two_nodes_at_the_end'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -988,13 +987,23 @@ $result_menus{'two_nodes_at_the_end'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-1'
@@ -1035,16 +1044,7 @@ $result_menus{'two_nodes_at_the_end'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1074,19 +1074,19 @@ $result_menus{'two_nodes_at_the_end'} = {
'menu_child' => {}
}
};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'two_nodes_at_the_end'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'two_nodes_at_the_end'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_at_the_end'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
@@ -1102,7 +1102,7 @@
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_at_the_end'}{'structure'}{'menu_child'} =
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'two_nodes_at_the_end'}{'structure'}{'menu_child'} =
$result_menus{'two_nodes_at_the_end'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'two_nodes_at_the_end'} = [];
@@ -1113,7 +1113,15 @@ $result_floats{'two_nodes_at_the_end'} = {};
$result_elements{'two_nodes_at_the_end'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1128,8 +1136,7 @@ $result_elements{'two_nodes_at_the_end'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1138,7 +1145,8 @@ $result_elements{'two_nodes_at_the_end'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1191,15 +1199,7 @@ $result_elements{'two_nodes_at_the_end'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1214,34 +1214,34 @@ $result_elements{'two_nodes_at_the_end'} = [
},
{}
];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_command'} =
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'section'};
-$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_at_the_end'}[0];
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_section'} =
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_command'};
+$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'two_nodes_at_the_end'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'two_nodes_at_the_end'}[0];
-$result_elements{'two_nodes_at_the_end'}[1] =
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_at_the_end'}[1] =
$result_elements{'two_nodes_at_the_end'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
diff --git a/tp/t/results/sectioning/two_nodes_between_chapters.pl
b/tp/t/results/sectioning/two_nodes_between_chapters.pl
index 5a59bf9901..39888c368d 100644
--- a/tp/t/results/sectioning/two_nodes_between_chapters.pl
+++ b/tp/t/results/sectioning/two_nodes_between_chapters.pl
@@ -579,9 +579,9 @@ $result_trees{'two_nodes_between_chapters'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -592,9 +592,9 @@ $result_trees{'two_nodes_between_chapters'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -604,9 +604,9 @@ $result_trees{'two_nodes_between_chapters'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -693,20 +693,20 @@
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'content
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[7]{'parent'}
= $result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'};
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[1] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[2] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'two_nodes_between_chapters'}[0]{'extra'}{'node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'two_nodes_between_chapters'}[0]{'extra'}{'section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'two_nodes_between_chapters'}[0]{'extra'}{'unit_command'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'two_nodes_between_chapters'}[0]{'extra'}{'unit_section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'two_nodes_between_chapters'}[1]{'contents'}[0] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'two_nodes_between_chapters'}[1]{'contents'}[1] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'two_nodes_between_chapters'}[1]{'contents'}[2] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'two_nodes_between_chapters'}[1]{'extra'}{'node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'two_nodes_between_chapters'}[1]{'extra'}{'section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'two_nodes_between_chapters'}[1]{'extra'}{'unit_command'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'two_nodes_between_chapters'}[1]{'extra'}{'unit_node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'two_nodes_between_chapters'}[1]{'extra'}{'unit_section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'two_nodes_between_chapters'}[2]{'contents'}[0] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
$result_trees{'two_nodes_between_chapters'}[2]{'contents'}[1] =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
-$result_trees{'two_nodes_between_chapters'}[2]{'extra'}{'node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
-$result_trees{'two_nodes_between_chapters'}[2]{'extra'}{'section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_trees{'two_nodes_between_chapters'}[2]{'extra'}{'unit_command'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
+$result_trees{'two_nodes_between_chapters'}[2]{'extra'}{'unit_node'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[6];
+$result_trees{'two_nodes_between_chapters'}[2]{'extra'}{'unit_section'} =
$result_trees{'two_nodes_between_chapters'}[0]{'contents'}[0]{'parent'}{'contents'}[7];
$result_texis{'two_nodes_between_chapters'} = '@node Top
@top top
@@ -757,27 +757,26 @@ $result_sectioning{'two_nodes_between_chapters'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-1'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-1'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -788,7 +787,8 @@ $result_sectioning{'two_nodes_between_chapters'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -796,19 +796,18 @@ $result_sectioning{'two_nodes_between_chapters'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'chapter-2'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'chapter-2'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -820,7 +819,8 @@ $result_sectioning{'two_nodes_between_chapters'} = {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -877,26 +877,26 @@ $result_sectioning{'two_nodes_between_chapters'} = {
]
}
};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'F
[...]
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Fa
[...]
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}
[...]
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'s
[...]
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastFor
[...]
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directi
[...]
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit
[...]
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'u
[...]
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -923,8 +923,8 @@
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[0]
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'section_childs'}[1]
=
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'two_nodes_between_chapters'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'two_nodes_between_chapters'};
$result_nodes{'two_nodes_between_chapters'} = {
@@ -936,26 +936,27 @@ $result_nodes{'two_nodes_between_chapters'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'chapter-1'
},
'structure' => {
@@ -977,9 +978,9 @@ $result_nodes{'two_nodes_between_chapters'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1014,8 +1015,7 @@ $result_nodes{'two_nodes_between_chapters'} = {
'node_up' => {}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1064,37 +1064,37 @@ $result_nodes{'two_nodes_between_chapters'} = {
'node_next' => {}
}
};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'two_nodes_between_chapters'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
= $result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_next'}
= $result_nodes{'two_nodes_between_chapters'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{
[...]
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev
[...]
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node
[...]
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structu
[...]
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_s
[...]
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'two_nodes_between_chapters'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
= $result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_next'}
= $result_nodes{'two_nodes_between_chapters'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structu
[...]
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'
[...]
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structu
[...]
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'
[...]
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'associated_unit'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'as
[...]
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_up'}
= $result_nodes{'two_nodes_between_chapters'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -1102,7 +1102,7 @@
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'stru
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
+$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'node_prev'}{'structure'}{'node_next'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1111,8 +1111,8 @@
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'stru
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'two_nodes_between_chapters'}{'structure'}{'associated_unit'} =
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'two_nodes_between_chapters'}{'structure'}{'menu_child'} =
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_nodes{'two_nodes_between_chapters'}{'structure'}{'node_next'} =
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_nodes{'two_nodes_between_chapters'}{'structure'}{'menu_child'} =
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_nodes{'two_nodes_between_chapters'}{'structure'}{'node_next'} =
$result_nodes{'two_nodes_between_chapters'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_menus{'two_nodes_between_chapters'} = {
'cmdname' => 'node',
@@ -1122,8 +1122,7 @@ $result_menus{'two_nodes_between_chapters'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -1131,13 +1130,23 @@ $result_menus{'two_nodes_between_chapters'} = {
'level' => 0
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-1'
@@ -1159,8 +1168,7 @@ $result_menus{'two_nodes_between_chapters'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1169,7 +1177,8 @@ $result_menus{'two_nodes_between_chapters'} = {
'number' => 2
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1205,16 +1214,7 @@ $result_menus{'two_nodes_between_chapters'} = {
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1249,34 +1249,34 @@ $result_menus{'two_nodes_between_chapters'} = {
'menu_child' => {}
}
};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'two_nodes_between_chapters'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'two_nodes_between_chapters'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'ass
[...]
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'extra'}{'unit_co
[...]
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'}{'structure'}{'unit_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_prev'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_menus{'two_nodes_between_chapters'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeBack'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeForward'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeNext'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
@@ -1284,7 +1284,7 @@
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'str
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_next'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_next'}{'structure'}{'menu_next'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -1292,7 +1292,7 @@
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'str
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'};
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'two_nodes_between_chapters'}{'structure'}{'menu_child'} =
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
+$result_menus{'two_nodes_between_chapters'}{'structure'}{'menu_child'} =
$result_menus{'two_nodes_between_chapters'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
$result_errors{'two_nodes_between_chapters'} = [
{
@@ -1322,7 +1322,15 @@ $result_floats{'two_nodes_between_chapters'} = {};
$result_elements{'two_nodes_between_chapters'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 0
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -1337,8 +1345,7 @@ $result_elements{'two_nodes_between_chapters'} = [
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -1347,7 +1354,8 @@ $result_elements{'two_nodes_between_chapters'} = [
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1355,7 +1363,16 @@ $result_elements{'two_nodes_between_chapters'} = [
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 2
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'chapter-2'
@@ -1383,16 +1400,7 @@ $result_elements{'two_nodes_between_chapters'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 2
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1429,15 +1437,7 @@ $result_elements{'two_nodes_between_chapters'} = [
}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 0
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1454,48 +1454,48 @@ $result_elements{'two_nodes_between_chapters'} = [
{},
{}
];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'menu_prev'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'};
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_command'} =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'section'};
-$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'associated_unit'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_prev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeBack'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeForward'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeNext'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodePrev'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'NodeUp'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Up'}
= $result_elements{'two_nodes_between_chapters'}[0];
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_next'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'menu_prev'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'menu_up'}
= $result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'};
+$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_section'} =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_command'};
+$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'FastForward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'Forward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeBack'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeForward'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'NodeNext'}
=
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
$result_elements{'two_nodes_between_chapters'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'two_nodes_between_chapters'}[0];
-$result_elements{'two_nodes_between_chapters'}[1] =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
-$result_elements{'two_nodes_between_chapters'}[2] =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'two_nodes_between_chapters'}[1] =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'};
+$result_elements{'two_nodes_between_chapters'}[2] =
$result_elements{'two_nodes_between_chapters'}[0]{'extra'}{'unit_node'}{'structure'}{'menu_child'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
diff --git a/tp/t/results/sectioning/unnumbered_before_node_top_top.pl
b/tp/t/results/sectioning/unnumbered_before_node_top_top.pl
index 8917d8c1ec..ea8c3ce48f 100644
--- a/tp/t/results/sectioning/unnumbered_before_node_top_top.pl
+++ b/tp/t/results/sectioning/unnumbered_before_node_top_top.pl
@@ -156,8 +156,8 @@ $result_trees{'unnumbered_before_node_top_top'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -167,9 +167,9 @@ $result_trees{'unnumbered_before_node_top_top'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -193,13 +193,13 @@
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'con
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'contents'}[0]{'parent'}
=
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3]{'parent'}
= $result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'};
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[1] =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'unnumbered_before_node_top_top'}[0]{'extra'}{'section'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_command'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_section'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_before_node_top_top'}[1]{'contents'}[0] =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_before_node_top_top'}[1]{'contents'}[1] =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'unnumbered_before_node_top_top'}[1]{'extra'}{'node'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'unnumbered_before_node_top_top'}[1]{'extra'}{'section'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'unnumbered_before_node_top_top'}[1]{'extra'}{'unit_command'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'unnumbered_before_node_top_top'}[1]{'extra'}{'unit_node'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'unnumbered_before_node_top_top'}[1]{'extra'}{'unit_section'} =
$result_trees{'unnumbered_before_node_top_top'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_texis{'unnumbered_before_node_top_top'} = '@unnumbered before nodes
@@ -231,26 +231,25 @@ $result_sectioning{'unnumbered_before_node_top_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'Top'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'Top'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -260,7 +259,8 @@ $result_sectioning{'unnumbered_before_node_top_top'} = {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -289,15 +289,15 @@ $result_sectioning{'unnumbered_before_node_top_top'} = {
]
}
};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_before_node_top_top'};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_before_node_top_top'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
@@ -308,7 +308,7 @@
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_child
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_before_node_top_top'};
-$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_before_node_top_top'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_before_node_top_top'} = {
'cmdname' => 'node',
@@ -319,15 +319,15 @@ $result_nodes{'unnumbered_before_node_top_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -335,7 +335,7 @@ $result_nodes{'unnumbered_before_node_top_top'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -365,11 +365,11 @@ $result_nodes{'unnumbered_before_node_top_top'} = {
'associated_unit' => {}
}
};
-$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'unnumbered_before_node_top_top'};
-$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'};
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'};
-$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'unnumbered_before_node_top_top'};
+$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'};
+$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Next'}
=
$result_nodes{'unnumbered_before_node_top_top'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -389,8 +389,7 @@ $result_menus{'unnumbered_before_node_top_top'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -398,13 +397,14 @@ $result_menus{'unnumbered_before_node_top_top'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'Back' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -412,7 +412,7 @@ $result_menus{'unnumbered_before_node_top_top'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -435,11 +435,11 @@ $result_menus{'unnumbered_before_node_top_top'} = {
}
}
};
-$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'unnumbered_before_node_top_top'};
-$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'};
-$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
-$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'section'};
+$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'};
+$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'unnumbered_before_node_top_top'};
+$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'};
+$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'extra'}{'unit_command'};
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Forward'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Back'}{'structure'}{'directions'}{'Next'}
=
$result_menus{'unnumbered_before_node_top_top'}{'structure'}{'associated_unit'};
@@ -469,7 +469,7 @@ $result_floats{'unnumbered_before_node_top_top'} = {};
$result_elements{'unnumbered_before_node_top_top'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -477,13 +477,21 @@ $result_elements{'unnumbered_before_node_top_top'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'top',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'Top'
@@ -492,15 +500,7 @@ $result_elements{'unnumbered_before_node_top_top'} = [
'associated_unit' => {}
}
},
- 'section' => {
- 'cmdname' => 'top',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -521,11 +521,11 @@ $result_elements{'unnumbered_before_node_top_top'} = [
},
{}
];
-$result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_before_node_top_top'}[0];
-$result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_command'}
= $result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'section'};
-$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_before_node_top_top'}[0];
+$result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_section'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'extra'}{'unit_command'};
+$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'unnumbered_before_node_top_top'}[0];
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'unnumbered_before_node_top_top'}[0];
$result_elements{'unnumbered_before_node_top_top'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'unnumbered_before_node_top_top'}[0];
diff --git a/tp/t/results/sectioning/unnumbered_before_top_node.pl
b/tp/t/results/sectioning/unnumbered_before_top_node.pl
index 51b0e3e7b8..fbffc1f5ad 100644
--- a/tp/t/results/sectioning/unnumbered_before_top_node.pl
+++ b/tp/t/results/sectioning/unnumbered_before_top_node.pl
@@ -144,8 +144,8 @@ $result_trees{'unnumbered_before_top_node'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -169,8 +169,8 @@
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'content
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2]{'parent'}
= $result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'};
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[1] =
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[2] =
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'unnumbered_before_top_node'}[0]{'extra'}{'section'} =
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_before_top_node'}[0]{'extra'}{'unit_command'} =
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'unnumbered_before_top_node'}[0]{'extra'}{'unit_section'} =
$result_trees{'unnumbered_before_top_node'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_texis{'unnumbered_before_top_node'} = '@unnumbered before nodes
@@ -199,8 +199,8 @@ $result_sectioning{'unnumbered_before_top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -216,8 +216,8 @@ $result_sectioning{'unnumbered_before_top_node'} = {
]
}
};
-$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_before_top_node'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_before_top_node'};
@@ -229,7 +229,7 @@ $result_nodes{'unnumbered_before_top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -237,7 +237,7 @@ $result_nodes{'unnumbered_before_top_node'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -248,8 +248,8 @@ $result_nodes{'unnumbered_before_top_node'} = {
}
}
};
-$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
-$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
+$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_nodes{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_before_top_node'} = {
@@ -260,7 +260,7 @@ $result_menus{'unnumbered_before_top_node'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -268,7 +268,7 @@ $result_menus{'unnumbered_before_top_node'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -279,8 +279,8 @@ $result_menus{'unnumbered_before_top_node'} = {
}
}
};
-$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
-$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'section'};
+$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
+$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
$result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'This'}
= $result_menus{'unnumbered_before_top_node'}{'structure'}{'associated_unit'};
$result_errors{'unnumbered_before_top_node'} = [];
@@ -292,7 +292,7 @@ $result_floats{'unnumbered_before_top_node'} = {};
$result_elements{'unnumbered_before_top_node'} = [
{
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -300,7 +300,7 @@ $result_elements{'unnumbered_before_top_node'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -310,8 +310,8 @@ $result_elements{'unnumbered_before_top_node'} = [
'type' => 'unit'
}
];
-$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_before_top_node'}[0];
-$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'unit_command'} =
$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'section'};
+$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_before_top_node'}[0];
+$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'unit_section'} =
$result_elements{'unnumbered_before_top_node'}[0]{'extra'}{'unit_command'};
$result_elements{'unnumbered_before_top_node'}[0]{'structure'}{'directions'}{'This'}
= $result_elements{'unnumbered_before_top_node'}[0];
diff --git a/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
b/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
index 33cfa17014..5e1af5b2a7 100644
--- a/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
+++ b/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl
@@ -322,9 +322,9 @@ $result_trees{'unnumbered_top_without_node_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -334,9 +334,9 @@ $result_trees{'unnumbered_top_without_node_nodes'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -388,14 +388,14 @@
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[1] =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[2] =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[3] =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'node'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'section'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_command'}
=
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_node'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_section'}
=
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_top_without_node_nodes'}[1]{'contents'}[0] =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'unnumbered_top_without_node_nodes'}[1]{'contents'}[1] =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'unnumbered_top_without_node_nodes'}[1]{'extra'}{'node'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'unnumbered_top_without_node_nodes'}[1]{'extra'}{'section'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'unnumbered_top_without_node_nodes'}[1]{'extra'}{'unit_command'}
=
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'unnumbered_top_without_node_nodes'}[1]{'extra'}{'unit_node'} =
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'unnumbered_top_without_node_nodes'}[1]{'extra'}{'unit_section'}
=
$result_trees{'unnumbered_top_without_node_nodes'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_texis{'unnumbered_top_without_node_nodes'} = '@node a node,,,(dir)
@unnumbered unnumbered
@@ -442,9 +442,9 @@ $result_sectioning{'unnumbered_top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -452,7 +452,7 @@ $result_sectioning{'unnumbered_top_without_node_nodes'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second'
@@ -461,7 +461,8 @@ $result_sectioning{'unnumbered_top_without_node_nodes'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {
'associated_node' => {}
@@ -485,8 +486,7 @@ $result_sectioning{'unnumbered_top_without_node_nodes'} = {
'toplevel_prev' => {},
'toplevel_up' => {}
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -526,22 +526,22 @@ $result_sectioning{'unnumbered_top_without_node_nodes'} =
{
]
}
};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_nodes'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_nodes'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'extra'}{'associated_node'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_nodes'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_nodes'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
@@ -550,8 +550,8 @@
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_ch
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_nodes'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'section_prev'};
-$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'section_prev'};
+$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'unnumbered_top_without_node_nodes'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'};
$result_nodes{'unnumbered_top_without_node_nodes'} = {
'cmdname' => 'node',
@@ -562,9 +562,9 @@ $result_nodes{'unnumbered_top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -572,7 +572,7 @@ $result_nodes{'unnumbered_top_without_node_nodes'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'associated_section' => {
@@ -600,8 +600,8 @@ $result_nodes{'unnumbered_top_without_node_nodes'} = {
}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -650,17 +650,17 @@ $result_nodes{'unnumbered_top_without_node_nodes'} = {
}
}
};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'unnumbered_top_without_node_nodes'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_nodes{'unnumbered_top_without_node_nodes'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'unnumbered_top_without_node_nodes'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'extra'}{'associated_section'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
+$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'node_up'}{'extra'}{'manual_content'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'unit_prev'}
=
$result_nodes{'unnumbered_top_without_node_nodes'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
@@ -677,16 +677,16 @@ $result_menus{'unnumbered_top_without_node_nodes'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -694,7 +694,7 @@ $result_menus{'unnumbered_top_without_node_nodes'} = {
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second'
@@ -703,7 +703,8 @@ $result_menus{'unnumbered_top_without_node_nodes'} = {
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -711,8 +712,7 @@ $result_menus{'unnumbered_top_without_node_nodes'} = {
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -752,14 +752,14 @@ $result_menus{'unnumbered_top_without_node_nodes'} = {
}
}
};
-$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'unnumbered_top_without_node_nodes'};
-$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
= $result_menus{'unnumbered_top_without_node_nodes'};
+$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'unnumbered_top_without_node_nodes'};
+$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
-$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
-$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
+$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_menus{'unnumbered_top_without_node_nodes'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'Forward'};
@@ -795,7 +795,7 @@ $result_floats{'unnumbered_top_without_node_nodes'} = {};
$result_elements{'unnumbered_top_without_node_nodes'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'a-node'
@@ -804,15 +804,15 @@ $result_elements{'unnumbered_top_without_node_nodes'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
'associated_unit' => {},
'level' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -820,7 +820,7 @@ $result_elements{'unnumbered_top_without_node_nodes'} = [
'FastForward' => {},
'Forward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'second'
@@ -829,7 +829,8 @@ $result_elements{'unnumbered_top_without_node_nodes'} = [
'associated_unit' => {}
}
},
- 'section' => {
+ 'unit_node' => {},
+ 'unit_section' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -837,8 +838,7 @@ $result_elements{'unnumbered_top_without_node_nodes'} = [
'level' => 1,
'number' => 1
}
- },
- 'unit_command' => {}
+ }
},
'structure' => {
'directions' => {
@@ -876,14 +876,14 @@ $result_elements{'unnumbered_top_without_node_nodes'} = [
},
{}
];
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_command'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'node'};
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_node'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_command'};
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'FastBack'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'FastForward'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'};
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'};
-$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'node'};
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'};
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_node'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_command'};
+$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'extra'}{'unit_section'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'};
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'Prev'}
= $result_elements{'unnumbered_top_without_node_nodes'}[0];
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'}{'structure'}{'directions'}{'This'}
=
$result_elements{'unnumbered_top_without_node_nodes'}[0]{'structure'}{'directions'}{'Forward'};
diff --git a/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
b/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
index 52606e60b3..43de32d075 100644
--- a/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
+++ b/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl
@@ -321,9 +321,9 @@ $result_trees{'unnumbered_top_without_node_sections'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -332,8 +332,8 @@ $result_trees{'unnumbered_top_without_node_sections'} = [
{}
],
'extra' => {
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
},
@@ -343,9 +343,9 @@ $result_trees{'unnumbered_top_without_node_sections'} = [
{}
],
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'type' => 'unit'
}
@@ -396,17 +396,17 @@
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5]{'parent'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'};
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[1] =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[2] =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
-$result_trees{'unnumbered_top_without_node_sections'}[0]{'extra'}{'node'} =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
-$result_trees{'unnumbered_top_without_node_sections'}[0]{'extra'}{'section'} =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_command'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
+$result_trees{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_node'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[1];
+$result_trees{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_section'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[2];
$result_trees{'unnumbered_top_without_node_sections'}[1]{'contents'}[0] =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
-$result_trees{'unnumbered_top_without_node_sections'}[1]{'extra'}{'section'} =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'unnumbered_top_without_node_sections'}[1]{'extra'}{'unit_command'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
+$result_trees{'unnumbered_top_without_node_sections'}[1]{'extra'}{'unit_section'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[3];
$result_trees{'unnumbered_top_without_node_sections'}[2]{'contents'}[0] =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
$result_trees{'unnumbered_top_without_node_sections'}[2]{'contents'}[1] =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
-$result_trees{'unnumbered_top_without_node_sections'}[2]{'extra'}{'node'} =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
-$result_trees{'unnumbered_top_without_node_sections'}[2]{'extra'}{'section'} =
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_trees{'unnumbered_top_without_node_sections'}[2]{'extra'}{'unit_command'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
+$result_trees{'unnumbered_top_without_node_sections'}[2]{'extra'}{'unit_node'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[4];
+$result_trees{'unnumbered_top_without_node_sections'}[2]{'extra'}{'unit_section'}
=
$result_trees{'unnumbered_top_without_node_sections'}[0]{'contents'}[0]{'parent'}{'contents'}[5];
$result_texis{'unnumbered_top_without_node_sections'} = '@node a node,,,(dir)
@unnumbered unnumbered
@@ -453,15 +453,15 @@
$result_sectioning{'unnumbered_top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -472,7 +472,7 @@ $result_sectioning{'unnumbered_top_without_node_sections'}
= {
'toplevel_prev' => {}
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -480,19 +480,18 @@
$result_sectioning{'unnumbered_top_without_node_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'second'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {
- 'associated_node' => {}
+ 'associated_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ }
},
'structure' => {
'associated_unit' => {},
@@ -504,7 +503,8 @@ $result_sectioning{'unnumbered_top_without_node_sections'}
= {
'toplevel_up' => {}
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -557,24 +557,24 @@
$result_sectioning{'unnumbered_top_without_node_sections'} = {
]
}
};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'node'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_sections'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_sections'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0];
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structur
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'extra'}{'associated_node'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'struc
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_sections'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'
[...]
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastF
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'extra'}{'associated_node'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'d
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ext
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_sections'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'ex
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'toplevel_up'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extr
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForw
[...]
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastF
[...]
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -592,8 +592,8 @@
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'unit_next'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'associated_unit'}
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'};
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'structure'}{'section_up'}
= $result_sectioning{'unnumbered_top_without_node_sections'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
-$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[1]
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[2]
=
$result_sectioning{'unnumbered_top_without_node_sections'}{'structure'}{'section_childs'}[0]{'extra'}{'associated_node'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_top_without_node_sections'} = {
'cmdname' => 'node',
@@ -604,15 +604,15 @@ $result_nodes{'unnumbered_top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_command' => {},
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -620,7 +620,7 @@ $result_nodes{'unnumbered_top_without_node_sections'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -628,18 +628,19 @@ $result_nodes{'unnumbered_top_without_node_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'chapter',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1,
+ 'number' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
- 'associated_section' => {
- 'cmdname' => 'chapter',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1,
- 'number' => 1
- }
- },
+ 'associated_section' => {},
'normalized' => 'second'
},
'structure' => {
@@ -656,8 +657,7 @@ $result_nodes{'unnumbered_top_without_node_sections'} = {
}
}
},
- 'section' => {},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -719,20 +719,20 @@ $result_nodes{'unnumbered_top_without_node_sections'} = {
}
}
};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_nodes{'unnumbered_top_without_node_sections'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_nodes{'unnumbered_top_without_node_sections'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'extra'}{'associated_section'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'extra'}{'associated_section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'struct
[...]
+$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'NodeUp'}{'extra'}{'manual_content'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'s
[...]
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'This'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'unit_prev'}
=
$result_nodes{'unnumbered_top_without_node_sections'}{'extra'}{'associated_section'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -757,8 +757,7 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
'structure' => {
'associated_unit' => {
'extra' => {
- 'node' => {},
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'unnumbered',
'extra' => {},
'structure' => {
@@ -766,13 +765,14 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {},
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -780,7 +780,7 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -788,16 +788,7 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'second'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -806,7 +797,16 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -859,16 +859,16 @@ $result_menus{'unnumbered_top_without_node_sections'} = {
}
}
};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'node'}
= $result_menus{'unnumbered_top_without_node_sections'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'section'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_node'}
= $result_menus{'unnumbered_top_without_node_sections'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'extra'}{'unit_command'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'};
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_menus{'unnumbered_top_without_node_sections'}{'structure'}{'associated_unit'}{'structure'}{'directions'}{'FastForward'};
@@ -913,7 +913,15 @@ $result_floats{'unnumbered_top_without_node_sections'} =
{};
$result_elements{'unnumbered_top_without_node_sections'} = [
{
'extra' => {
- 'node' => {
+ 'unit_command' => {
+ 'cmdname' => 'unnumbered',
+ 'extra' => {},
+ 'structure' => {
+ 'associated_unit' => {},
+ 'level' => 1
+ }
+ },
+ 'unit_node' => {
'cmdname' => 'node',
'extra' => {
'normalized' => 'a-node'
@@ -922,21 +930,13 @@ $result_elements{'unnumbered_top_without_node_sections'}
= [
'associated_unit' => {}
}
},
- 'section' => {
- 'cmdname' => 'unnumbered',
- 'extra' => {},
- 'structure' => {
- 'associated_unit' => {},
- 'level' => 1
- }
- },
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
'FastForward' => {
'extra' => {
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'top',
'extra' => {},
'structure' => {
@@ -944,7 +944,7 @@ $result_elements{'unnumbered_top_without_node_sections'} = [
'level' => 1
}
},
- 'unit_command' => {}
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -952,16 +952,7 @@ $result_elements{'unnumbered_top_without_node_sections'} =
[
'FastBack' => {},
'FastForward' => {
'extra' => {
- 'node' => {
- 'cmdname' => 'node',
- 'extra' => {
- 'normalized' => 'second'
- },
- 'structure' => {
- 'associated_unit' => {}
- }
- },
- 'section' => {
+ 'unit_command' => {
'cmdname' => 'chapter',
'extra' => {},
'structure' => {
@@ -970,7 +961,16 @@ $result_elements{'unnumbered_top_without_node_sections'} =
[
'number' => 1
}
},
- 'unit_command' => {}
+ 'unit_node' => {
+ 'cmdname' => 'node',
+ 'extra' => {
+ 'normalized' => 'second'
+ },
+ 'structure' => {
+ 'associated_unit' => {}
+ }
+ },
+ 'unit_section' => {}
},
'structure' => {
'directions' => {
@@ -1020,16 +1020,16 @@
$result_elements{'unnumbered_top_without_node_sections'} = [
{},
{}
];
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'node'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'section'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_command'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'section'};
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_section'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'extra'}{'unit_command'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
= $result_elements{'unnumbered_top_without_node_sections'}[0];
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'node'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
-$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'section'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_node'}{'structure'}{'associated_unit'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'};
+$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_section'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'extra'}{'unit_command'};
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Back'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastBack'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'FastForward'}{'structure'}{'directions'}{'Prev'}
=
$result_elements{'unnumbered_top_without_node_sections'}[0]{'structure'}{'directions'}{'FastForward'};