Class Include

java.lang.Object
org.eclipse.help.internal.UAElement
org.eclipse.help.internal.Include
All Implemented Interfaces:
IInclude, IUAElement

public class Include extends UAElement implements IInclude
  • Field Details

  • Constructor Details

    • Include

      public Include(IInclude src)
    • Include

      public Include(Element src)
  • Method Details

    • getPath

      public String getPath()
      Description copied from interface: IInclude
      An href pointing to a document element. The href has the form /plugin_id/path/file.ext#anchorId. For example, to include the element with id myId in the XML file files/myFile.xml under plug-in my.plugin, the path is /my.plugin/files/myFile.xml#myId.
      Specified by:
      getPath in interface IInclude
      Returns:
      the path of the element to include
    • setPath

      public void setPath(String path)