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 Summary

    Modifier and Type
    Method
    Description
    void
    insertLinkReference(boolean isKey, String linkRef)
    Insert a link reference.
  • Method Details

    • insertLinkReference

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