Class RTFConverter

    • Field Detail

      • ADDITIONAL_NAMESPACES

        protected static final Set<Namespace> ADDITIONAL_NAMESPACES
    • Method Detail

      • process

        public com.adobe.internal.xmp.XMPMeta process​(Metadata metadata)
                                               throws com.adobe.internal.xmp.XMPException
        Description copied from interface: ITikaToXMPConverter
        Converts a Tika Metadata-object into an XMPMeta containing the useful properties.
        Specified by:
        process in interface ITikaToXMPConverter
        Specified by:
        process in class AbstractConverter
        Parameters:
        metadata - a Tika Metadata object
        Returns:
        Returns an XMPMeta object.
        Throws:
        com.adobe.internal.xmp.XMPException - If an error occurs during the creation of the XMP object.
      • getAdditionalNamespaces

        protected Set<Namespace> getAdditionalNamespaces()
        Description copied from class: AbstractConverter
        Every Converter has to provide information about namespaces that are used additionally to the core set of XMP namespaces.
        Specified by:
        getAdditionalNamespaces in class AbstractConverter
        Returns:
        the additional namespace information