crossReferences property

Set<String>? crossReferences
final

This element is used to indicate a cross-reference to another entry with a similar or related meaning or sense. The content of this element is typically a KanjiElement.element or ReadingElement.element element in another entry. In some cases a KanjiElement.element will be followed by a ReadingElement.element and/or a sense number to provide a precise target for the cross-reference. Where this happens, a JIS "centre-dot" (0x2126) is placed between the components of the cross-reference. The target KanjiElement.element or ReadingElement.element must not contain a centre-dot.

Quoted from JMdict:145-151

Implementation

final Set<String>? crossReferences;