Uses of Class
org.apache.tika.xmp.convert.Namespace
Packages that use Namespace
-
Uses of Namespace in org.apache.tika.xmp.convert
Fields in org.apache.tika.xmp.convert with type parameters of type NamespaceModifier and TypeFieldDescriptionMSOfficeBinaryConverter.ADDITIONAL_NAMESPACES
MSOfficeXMLConverter.ADDITIONAL_NAMESPACES
OpenDocumentConverter.ADDITIONAL_NAMESPACES
RTFConverter.ADDITIONAL_NAMESPACES
Methods in org.apache.tika.xmp.convert that return types with arguments of type NamespaceModifier and TypeMethodDescriptionAbstractConverter.getAdditionalNamespaces()
Every Converter has to provide information about namespaces that are used additionally to the core set of XMP namespaces.GenericConverter.getAdditionalNamespaces()
MSOfficeBinaryConverter.getAdditionalNamespaces()
MSOfficeXMLConverter.getAdditionalNamespaces()
OpenDocumentConverter.getAdditionalNamespaces()
RTFConverter.getAdditionalNamespaces()
Method parameters in org.apache.tika.xmp.convert with type arguments of type NamespaceModifier and TypeMethodDescriptionprotected void
AbstractConverter.registerNamespaces
(Set<Namespace> namespaces) Registers a numberNamespace
information with XMPCore.