Class TopicRefTargetInfo

java.lang.Object
ro.sync.exml.workspace.api.standalone.ditamap.TopicRefTargetInfo

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class TopicRefTargetInfo extends Object
A map holding information about the target of a topic reference. This is filled on the API side.
Since:
12.2
  • Field Details

    • TITLE

      public static final String TITLE
      The title of the target
      See Also:
    • CLASS_VALUE

      public static final String CLASS_VALUE
      The class value of the target.
      See Also:
    • ELEMENT_NAME

      public static final String ELEMENT_NAME
      The element name.
      See Also:
    • PARSE_ERROR

      public static final String PARSE_ERROR
      An error message if error (file not found or parse) occured reading the topic
      See Also:
    • RESOLVED

      public static final String RESOLVED
      If set to the string "true" then the Plugin API handled the reference, if not the default approach should be performed (Oxygen requests the entire content of the reference and parses the title and other properties).
      See Also:
  • Constructor Details

    • TopicRefTargetInfo

      public TopicRefTargetInfo()
  • Method Details