|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMPSchema | |
---|---|
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. |
Uses of XMPSchema in org.apache.jempbox.xmp |
---|
Subclasses of XMPSchema in org.apache.jempbox.xmp | |
---|---|
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. |
Methods in org.apache.jempbox.xmp that return XMPSchema | |
---|---|
protected XMPSchema |
XMPMetadata.basicAddSchema(XMPSchema schema)
Generic add schema method. |
XMPSchema |
XMPMetadata.getSchemaByClass(Class<?> targetSchema)
Tries to retrieve a schema from this by classname. |
Methods in org.apache.jempbox.xmp that return types with arguments of type XMPSchema | |
---|---|
List<XMPSchema> |
XMPMetadata.getSchemas()
This will get a list of XMPSchema(or subclass) objects. |
List<XMPSchema> |
XMPMetadata.getSchemasByNamespaceURI(String namespaceURI)
Will return all schemas that fit the given namespaceURI. |
Methods in org.apache.jempbox.xmp with parameters of type XMPSchema | |
---|---|
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. |
Constructors in org.apache.jempbox.xmp with parameters of type XMPSchema | |
---|---|
ResourceEvent(XMPSchema schema)
Create resource event based on schema. |
Uses of XMPSchema in org.apache.jempbox.xmp.pdfa |
---|
Subclasses of XMPSchema in org.apache.jempbox.xmp.pdfa | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |