Interface DITAAccess.InsertLinkReferenceShortcut

  • Enclosing class:
    DITAAccess

    public static interface DITAAccess.InsertLinkReferenceShortcut
    Short cut for the insert link operation. If this is set, the element insertion in the document will be skipped.
    • Method Detail

      • insertLinkReference

        void insertLinkReference​(boolean isKey,
                                 java.lang.String linkRef)
        Insert a link reference.
        Parameters:
        isKey - true if it is a 'keyref'.
        linkRef - The link reference.