Uses of Class
org.apache.tika.xmp.convert.Namespace
-
Packages that use Namespace Package Description org.apache.tika.xmp.convert -
-
Uses of Namespace in org.apache.tika.xmp.convert
Fields in org.apache.tika.xmp.convert with type parameters of type Namespace Modifier and Type Field Description protected static Set<Namespace>MSOfficeBinaryConverter. ADDITIONAL_NAMESPACESprotected static Set<Namespace>MSOfficeXMLConverter. ADDITIONAL_NAMESPACESprotected static Set<Namespace>OpenDocumentConverter. ADDITIONAL_NAMESPACESprotected static Set<Namespace>RTFConverter. ADDITIONAL_NAMESPACESMethods in org.apache.tika.xmp.convert that return types with arguments of type Namespace Modifier and Type Method Description 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.Set<Namespace>GenericConverter. getAdditionalNamespaces()protected Set<Namespace>MSOfficeBinaryConverter. getAdditionalNamespaces()protected Set<Namespace>MSOfficeXMLConverter. getAdditionalNamespaces()protected Set<Namespace>OpenDocumentConverter. getAdditionalNamespaces()protected Set<Namespace>RTFConverter. getAdditionalNamespaces()Method parameters in org.apache.tika.xmp.convert with type arguments of type Namespace Modifier and Type Method Description protected voidAbstractConverter. registerNamespaces(Set<Namespace> namespaces)Registers a numberNamespaceinformation with XMPCore.
-