public class MSOfficeBinaryConverter extends AbstractConverter
| Modifier and Type | Field and Description |
|---|---|
protected static Set<Namespace> |
ADDITIONAL_NAMESPACES |
meta| Constructor and Description |
|---|
MSOfficeBinaryConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Namespace> |
getAdditionalNamespaces()
Every Converter has to provide information about namespaces that are used additionally to the
core set of XMP namespaces.
|
com.adobe.internal.xmp.XMPMeta |
process(Metadata metadata)
Converts a Tika
Metadata-object into an XMPMeta containing the useful
properties. |
createArrayProperty, createArrayProperty, createCommaSeparatedArray, createCommaSeparatedArray, createLangAltProperty, createLangAltProperty, createProperty, createProperty, getXMPMeta, registerNamespaces, setMetadatapublic MSOfficeBinaryConverter()
throws TikaException
TikaExceptionpublic com.adobe.internal.xmp.XMPMeta process(Metadata metadata) throws com.adobe.internal.xmp.XMPException
ITikaToXMPConverterMetadata-object into an XMPMeta containing the useful
properties.process in interface ITikaToXMPConverterprocess in class AbstractConvertermetadata - a Tika Metadata objectcom.adobe.internal.xmp.XMPException - Forwards XMP errorsITikaToXMPConverter.process(Metadata)protected Set<Namespace> getAdditionalNamespaces()
AbstractConvertergetAdditionalNamespaces in class AbstractConverterCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.