plugin-extension-points-general.dita 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <reference id="plugin-general-extension-points">
  5. <title>General extension points</title>
  6. <shortdesc>These extension points enable you to extend the DITA-OT. You can add Ant targets or imports; add a Java
  7. library to the <parmname>classpath</parmname> parameter; add a new transformation type; extend a catalog file; add
  8. new diagnostic messages, and more.</shortdesc>
  9. <refbody>
  10. <section>
  11. <dl>
  12. <dlentry id="ant.import">
  13. <dt><parmname>ant.import</parmname></dt>
  14. <dd conaction="pushreplace" conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/ant.import.desc"
  15. >Adds an Ant import to the main Ant build file.</dd>
  16. </dlentry>
  17. <dlentry>
  18. <dt><parmname>dita.conductor.lib.import</parmname></dt>
  19. <dd conaction="pushreplace"
  20. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.conductor.lib.import.desc">Adds a Java
  21. library to the DITA-OT classpath.</dd>
  22. </dlentry>
  23. <dlentry>
  24. <dt importance="deprecated"><parmname>dita.conductor.target</parmname></dt>
  25. <dd conaction="pushreplace"
  26. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.conductor.target.desc">Adds an Ant
  27. import to the main Ant build file.
  28. <p>
  29. <note type="attention">This extension point is deprecated; use
  30. <codeph>dita.conductor.target.relative</codeph> or <codeph>ant.import</codeph> instead.</note>
  31. </p>
  32. </dd>
  33. </dlentry>
  34. <dlentry>
  35. <dt><parmname>dita.conductor.target.relative</parmname></dt>
  36. <dd conaction="pushreplace"
  37. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.conductor.target.relative.desc">Adds
  38. an Ant import to the main Ant build file.
  39. <p>
  40. <note type="tip">As of DITA-OT 3.0, the <codeph>ant.import</codeph> extension point can be used
  41. instead.</note>
  42. </p>
  43. </dd>
  44. </dlentry>
  45. <dlentry>
  46. <dt><parmname>dita.conductor.transtype.check</parmname></dt>
  47. <dd conaction="pushreplace"
  48. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.conductor.transtype.check.desc">Adds a
  49. new value to the list of valid transformation types.</dd>
  50. </dlentry>
  51. <dlentry importance="deprecated">
  52. <dt><parmname>dita.specialization.catalog</parmname></dt>
  53. <dd conaction="pushreplace"
  54. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.specialization.catalog.desc">Adds the
  55. content of a catalog file to the main DITA-OT catalog file. <note type="attention">This extension point is
  56. deprecated; use <codeph>dita.specialization.catalog.relative</codeph> instead.</note></dd>
  57. </dlentry>
  58. <dlentry>
  59. <dt><parmname>dita.specialization.catalog.relative</parmname></dt>
  60. <dd conaction="pushreplace"
  61. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.specialization.catalog.relative.desc"
  62. >Adds the content of a catalog file to the main DITA-OT catalog file.</dd>
  63. </dlentry>
  64. <dlentry>
  65. <dt><parmname>dita.transtype.print</parmname></dt>
  66. <dd conaction="pushreplace"
  67. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.transtype.print.desc">Defines a
  68. transformation as a print type.<draft-comment author="Kristen Eberlein" time="31 March 2013">What does this
  69. actually do? Does this interact with using the deprecated <xmlatt>print</xmlatt>
  70. attribute?</draft-comment></dd>
  71. </dlentry>
  72. <dlentry>
  73. <dt><parmname>dita.xsl.messages</parmname></dt>
  74. <dd conaction="pushreplace"
  75. conref="extension-points-in-org.dita.base.dita#org.dita.base-ext/dita.xsl.messages.desc">Adds new diagnostic
  76. messages to the DITA-OT.</dd>
  77. </dlentry>
  78. <dlentry>
  79. <dt><parmname>org.dita.pdf2.catalog.relative</parmname></dt>
  80. <dd conaction="pushreplace"
  81. conref="extension-points-in-org.dita.pdf2.dita#org.dita.pdf2-ext/org.dita.pdf2.catalog.relative.desc">Adds
  82. the content of a catalog file to the main catalog file for the PDF plug-in.</dd>
  83. </dlentry>
  84. </dl>
  85. </section>
  86. </refbody>
  87. </reference>