gloss-extension-point.dita 768 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <glossentry id="gloss-extension-point">
  5. <glossterm>extension point</glossterm>
  6. <glossdef>Pre-defined interface that can be added to a plug-in to allow other plug-ins to extend or customize portions
  7. of its functionality. An extendable feature is defined by declaring an <xmlelement>extension-point</xmlelement>
  8. element in the <filepath>plugin.xml</filepath> file. Other plug-ins can then override the default behavior by
  9. defining custom code that runs when this extension point is called.</glossdef>
  10. </glossentry>