Provides the relationships among a set of application programming interface (API) topic types, and can be used to create a Table of Contents (TOC), aggregate Java API topics into a PDF document, or to create links between topics in output.
The following example shows a simple <apiMap> element for a VB.NET API:
<apiMap title="RXE"> <apiPackageRef navtitle=Rational RXE"> <apiItemRef href="FileHandle.dita"></apiItemRef> <apiItemRef href="MultiLanguage.dita"></apiItemRef> </apiPackageRef> <apiPackageRef navtitle=Index"> <apiItemRef href="RXEIndex.html"></apiItemRef> </apiPackageRef> </apiMap>