Package org.eclipse.help.internal
Class Include
java.lang.Object
org.eclipse.help.internal.UAElement
org.eclipse.help.internal.Include
- All Implemented Interfaces:
IInclude
,IUAElement
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.help.internal.UAElement
appendChild, appendChildren, getAttribute, getChildren, getChildren, getElement, getElementName, getParentElement, insertBefore, isEnabled, removeChild, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
Field Details
-
NAME
- See Also:
-
ATTRIBUTE_PATH
- See Also:
-
-
Constructor Details
-
Include
-
Include
-
-
Method Details
-
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 idmyId
in the XML filefiles/myFile.xml
under plug-inmy.plugin
, the path is/my.plugin/files/myFile.xml#myId
. -
setPath
-