Package org.eclipse.help
Interface IIndexSubpath
-
- All Superinterfaces:
IUAElement
public interface IIndexSubpath extends IUAElement
A directive indicating the content at the given path should be included in this document, and replace this node.- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyword()
-
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
-
-
-
Method Detail
-
getKeyword
String getKeyword()
- Returns:
- A segment of the keyword path of a seeAlso element
-
-