Java API ReferenceClass Hierarchy | All Classes | All Fields and Methods

Package DITA API Reference

The Eclipse Content Provider is a new function in IBM DITA toolkit Release 1.1 tool.

Package summary
com.ibm.xtools.patterns.frameworkProvides the base classes that form the patterns framework.
com.ibm.xtools.patterns.framework.java[Mariana Alupului] - Package specification template added in source code (package.html).

Package DITA API Reference Description

The Eclipse Content Provider is a new function in IBM DITA toolkit Release 1.1 tool. In former releases, you should transform DITA files to HTMLs before you build them into Eclipse help output. With the Eclipse Content Provider, you do not need to transform DITA files to HTMLs beforehand. This new function will preprocess DITA files and dynamically transform them into HTMLs at runtime. [Mariana Alupului] - Package description added in source code (package.html) template. Package Specification During the building process, the Eclipse Content Provider generate plugin.xml. The file plugin.xml provides the definition of one or more tables of contents and locate the contents to display. Here is an example of creating an output for the Eclipse Content Provider and view the output in specially designed Eclipse on Windows XP: Create a directory c:\dita-ot as the output directory for DITA mapfiles. Start the command line interface by choosing Start > Run. Switch to the directory c:\dita-ot. Enter the following command to build: java -jar lib\dost.jar /i:samples/sequence.ditamap /outdir:out /transtype:eclipsecontent Then view all the files under c:\dita-ot and copy these files to the corresponding directory under the plugin directory for Eclipse. Call the specially designed Eclipse to view the output. Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please contact Mariana Alupului

Feedback