javaInterfaceRef

This element provides a Java interface topic type as a link in a DITA map.

Description

A <javaInterfaceRef > element can contain <topicref> and <topicmeta> sub elements, allowing you to express navigation or table-of-contents hierarchies, as well as implying relationships between the containing topicref and its children. It can also be used to override the title and short description of the topic.

Example

<javaPackageRef navtitle="Package com.ibm.xtools.ras.export" href="com.ibm.xtools.ras.export.dita">
     <javaInterfaceRef navtitle="IDefaultComponentExportDataModel Interface" href="IDefaultComponentExportDataModel.dita">
     </javaInterfaceRef>
</javaPackageRef>

Contained by

javaPackageRef

Contains

topicmeta, topicref

Content model

( (topicmeta) (optional) then (topicref) (any number))

Inheritance

map/topicref apiMap/apiItemRef