Package wt.ixb.pdx

Class PDXExportHandler

All Implemented Interfaces:
ApplicationExpImportHandler, ApplicationExportHandler

public class PDXExportHandler extends ApplicationExportHandlerTemplate

PDXExportHandler performs specific tasks connected with export to PDX format.
This includes:

  • Creating additional XML attributes/elements and
  • XSL transformation to PDX format.


  • Supported API: true

    Extendable: false

    • Field Details

      • XML_VALUE_ATTACHMENTS

        public static final String XML_VALUE_ATTACHMENTS
        Key used to indicate attachments option - content files are included into pdx package (default option).

        Supported API: true
        See Also:
      • XML_VALUE_NO_ATTACHMENTS

        public static final String XML_VALUE_NO_ATTACHMENTS
        Key used to indicate attachments option - content files are ignored (not mentioned in pdx.xml).

        Supported API: true
        See Also:
      • XML_VALUE_ATTACHMENTS_AS_FILE_NAMES

        public static final String XML_VALUE_ATTACHMENTS_AS_FILE_NAMES
        Key used to indicate attachments option - content files are mentioned in pdx.xml but are not included into zip.

        Supported API: true
        See Also: