positionalLabels

open override val positionalLabels: MutableMap<Node, String>

Labels/identifiers of nodes that are assigned it based on their position, both own (see locations) and relative to others of the same kind. The labels are often displayed in a caption. Examples of these nodes are figures and tables. For instance, depending on the document's NumberingFormat, an element may be labeled as 1.1, 1.2, 1.3, 2.1, etc.

See also

for the storing stage