The following keys of the extra node elements hash
can be interesting in user-defined formatting and conversion functions:
normalizedNormalized node name. See HTML Xref in Texinfo.
Most of the information on document structure associated to a @node
tree element is available in the node relations
information associated to the node tree element. This is an hash
reference obtained by calling converter_node_relations_of_node:
\%node_relations = $converter->converter_node_relations_of_node (\%element) ¶Return the node relations information associated to the node tree element \%element, or ‘undef’ if it cannot be found5.
The following keys are in node relations hash references:
elementThe @node Texinfo tree element associated to the node
relations.
associated_sectionSectioning command relations information corresponding to the sectioning command associated to the node.
associated_title_commandSectioning command, heading command or @xrefname tree element following
the node.
node_preceding_partPart @-command relations information of the @part associated
to the node.
menusA list of menu tree elements found in the node.
node_directionsHash reference with up, next and prev keys associated
to the corresponding node relations directions.
node_descriptionTree element holding a description of the node, either a
@nodedescription or a @nodedescriptionblock.
node_long_descriptionTree element holding a long description of the node,
corresponding to a @nodedescriptionblock tree element.
Nodes relations can also be retrieved by calling
$document->nodes_list() on the $document obtained
through get_info (see Converter General Information).
If there is a document associated to the
converter, the tree element is actually a @node tree
element and is not empty, the relations information should always be found.