javaclass

The <javaclass> element is a reference to a Java class.

Description

The <javaclass> element can be used to reference a Java class from another topic type, such as concept or task.

Example

<task id="httpxml">
  <title>Getting an XML file through an HTTP connection</title>
  <taskbody>
    <steps>
    <step><cm>Open the connection</cm>
      <info>You can use <javaclass keyref="com.ibm.xtools.patterns.framework.uml2.AbstractImportEngineTask">AbstractImportEngineTask class</javaclass> 
      in a Java application.</info>
    </step>
    ...
    </steps>
  </taskbody>
</task>

Contained by

apiData, apiDefNote, apiDesc, apiImpl, area, b, codeblock, codeph, dd, desc, draft-comment, dt, entry, example, figgroup, fn, i, itemgroup, li, lines, linkinfo, lq, note, p, pd, ph, pre, propdesc, propdeschd, proptype, proptypehd, propvalue, propvaluehd, pt, q, refsyn, screen, section, sli, stentry, sub, sup, synnote, tt, u

Content model

(text data)

Inheritance

topic/xref pr-d/xref api-d/apiclassifier