javaClassRef

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

Description

A <javaClassRef > can contain <topicref> and <topicmeta> 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

<javaAPIMap title="RXE">
  <javaPackageRef href="com.ibm.xtools.patterns.framework.uml2">
    <javaClassRef href="UmlnotationPlugin.Implementation.dita"></javaClassRef>
    <javaClassRef href="UMLDiagramResourceUtil.dita"></javaClassRef>
  </javaPackageRef>
  <javaPackageRef href="com.ibm.xtools.patterns.pluglet">
    <javaClassRef href="AbstractImportEngineTask.dita"></javaClassRef>
    <javaClassRef href="PlugletCompiler.dita"></javaClassRef>
    <javaClassRef href="PlugletException.dita"></javaClassRef>
  </javaPackageRef>
</javaAPIMap>

Contained by

javaPackageRef

Contains

topicmeta, topicref

Content model

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

Inheritance

map/topicref apiMap/apiItemRef