javamethod

The <javamethod> element is a reference to a Java method.

Description

The <javamethod> element can be used to reference a Java method from another topic type.

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 
        <javamethod href="IDefaultComponentExportDataModel#IDefault/getManifest">
           getManifest method (IDefaultComponentExportDataModel interface)
        </javamethod> 
        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/apioperation