Package | Description |
---|---|
org.apache.tika.xmp.convert |
Modifier and Type | Field and Description |
---|---|
protected static Set<Namespace> |
RTFConverter.ADDITIONAL_NAMESPACES |
protected static Set<Namespace> |
MSOfficeXMLConverter.ADDITIONAL_NAMESPACES |
protected static Set<Namespace> |
MSOfficeBinaryConverter.ADDITIONAL_NAMESPACES |
protected static Set<Namespace> |
OpenDocumentConverter.ADDITIONAL_NAMESPACES |
Modifier and Type | Method and Description |
---|---|
Set<Namespace> |
GenericConverter.getAdditionalNamespaces() |
protected Set<Namespace> |
RTFConverter.getAdditionalNamespaces() |
protected Set<Namespace> |
MSOfficeXMLConverter.getAdditionalNamespaces() |
protected Set<Namespace> |
MSOfficeBinaryConverter.getAdditionalNamespaces() |
protected Set<Namespace> |
OpenDocumentConverter.getAdditionalNamespaces() |
protected abstract Set<Namespace> |
AbstractConverter.getAdditionalNamespaces()
Every Converter has to provide information about namespaces that are used additionally to the
core set of XMP namespaces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConverter.registerNamespaces(Set<Namespace> namespaces)
Registers a number
Namespace information with XMPCore. |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.