Class Reference

java.lang.Object
ro.sync.ecss.dita.Reference

@API(type=NOT_EXTENDABLE, src=PRIVATE) public class Reference extends Object
Contains DITA content reference information.
  • Constructor Details

    • Reference

      public Reference(String uri, String topicID)
      Constructor.
      Parameters:
      uri - The topic document URI.
      topicID - The topic ID.
  • Method Details

    • getUri

      public String getUri()
      Get the URI of the referred topic document.
      Returns:
      Returns the URI of the referred topic document.
    • getTopicID

      public String getTopicID()
      Get the topicID.
      Returns:
      Returns the topicID.
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: