- GenericConverter - Class in org.apache.tika.xmp.convert
-
Trys to convert as much of the properties in the Metadata map to XMP namespaces.
- GenericConverter() - Constructor for class org.apache.tika.xmp.convert.GenericConverter
-
- get(String) - Method in class org.apache.tika.xmp.XMPMetadata
-
Returns the value of a simple property or the first one of an array.
- get(Property) - Method in class org.apache.tika.xmp.XMPMetadata
-
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.AbstractConverter
-
Every Converter has to provide information about namespaces that are used additionally to the
core set of XMP namespaces.
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.GenericConverter
-
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.MSOfficeBinaryConverter
-
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.MSOfficeXMLConverter
-
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.OpenDocumentConverter
-
- getAdditionalNamespaces() - Method in class org.apache.tika.xmp.convert.RTFConverter
-
- getConverter(String) - Static method in class org.apache.tika.xmp.convert.TikaToXMP
-
Retrieve a specific converter according to the mimetype
- getDate(Property) - Method in class org.apache.tika.xmp.XMPMetadata
-
- getInt(Property) - Method in class org.apache.tika.xmp.XMPMetadata
-
- getNamespacePrefix(String) - Static method in class org.apache.tika.xmp.XMPMetadata
-
Obtain the prefix for a registered namespace URI.
- getNamespaces() - Static method in class org.apache.tika.xmp.XMPMetadata
-
- getNamespaceURI(String) - Static method in class org.apache.tika.xmp.XMPMetadata
-
Obtain the URI for a registered namespace prefix.
- getPrefixes() - Static method in class org.apache.tika.xmp.XMPMetadata
-
- getValues(Property) - Method in class org.apache.tika.xmp.XMPMetadata
-
- getValues(String) - Method in class org.apache.tika.xmp.XMPMetadata
-
Returns the value of a simple property or all if the property is an array and the elements
are of simple type.
- getXMPData() - Method in class org.apache.tika.xmp.XMPMetadata
-
Provides direct access to the XMP data model, in case a client prefers to work directly on it
instead of using the Metadata API
- getXMPMeta() - Method in class org.apache.tika.xmp.convert.AbstractConverter
-