Package | Description |
---|---|
org.apache.jempbox.xmp |
This package holds data access classes for XMP data structures.
|
org.apache.jempbox.xmp.pdfa |
This package holds data access classes for XMP PDFA data structures.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XMPSchemaBasic |
Define XMP properties that are common to all schemas.
|
class |
XMPSchemaBasicJobTicket |
Implementation of Basic Job Ticket Schema.
|
class |
XMPSchemaDublinCore |
Define XMP properties used with the Dublin Core specification.
|
class |
XMPSchemaDynamicMedia |
Dynamic Media schema.
|
class |
XMPSchemaIptc4xmpCore |
Define XMP properties used with IPTC specification.
|
class |
XMPSchemaMediaManagement |
Define XMP properties that are related to digital asset management.
|
class |
XMPSchemaPagedText |
Paged Text Schema.
|
class |
XMPSchemaPDF |
Define XMP properties used with Adobe PDF documents.
|
class |
XMPSchemaPhotoshop |
Define XMP properties used with Adobe Photoshop documents.
|
class |
XMPSchemaRightsManagement |
Define XMP properties that are related to rights management.
|
Modifier and Type | Method | Description |
---|---|---|
protected XMPSchema |
XMPMetadata.basicAddSchema(XMPSchema schema) |
Generic add schema method.
|
XMPSchema |
XMPMetadata.getSchemaByClass(java.lang.Class<?> targetSchema) |
Tries to retrieve a schema from this by classname.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<XMPSchema> |
XMPMetadata.getSchemas() |
This will get a list of XMPSchema(or subclass) objects.
|
java.util.List<XMPSchema> |
XMPMetadata.getSchemasByNamespaceURI(java.lang.String namespaceURI) |
Will return all schemas that fit the given namespaceURI.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMPMetadata.addSchema(XMPSchema schema) |
Add a custom schema to the root rdf.
|
protected XMPSchema |
XMPMetadata.basicAddSchema(XMPSchema schema) |
Generic add schema method.
|
void |
XMPSchema.merge(XMPSchema xmpSchema) |
A basic schema merge, it merges bags and sequences and replace everything
else.
|
Constructor | Description |
---|---|
ResourceEvent(XMPSchema schema) |
Create resource event based on schema.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XMPSchemaPDFAField |
Define XMP properties used PDFA extension schema description schemas.
|
class |
XMPSchemaPDFAId |
Define XMP properties used PDFA extension schema description schemas.
|
class |
XMPSchemaPDFAProperty |
Define XMP properties used PDFA extension schema description schemas.
|
class |
XMPSchemaPDFASchema |
Define XMP properties used PDFA extension schema description schemas.
|
class |
XMPSchemaPDFAType |
Define XMP properties used PDFA extension schema description schemas.
|
Copyright © 2008–2018. All rights reserved.