Uses of Class
org.apache.jempbox.xmp.XMPSchema
-
Packages that use XMPSchema 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. -
-
Uses of XMPSchema in org.apache.jempbox.xmp
Subclasses of XMPSchema in org.apache.jempbox.xmp 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.Methods in org.apache.jempbox.xmp that return XMPSchema 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.Methods in org.apache.jempbox.xmp that return types with arguments of type XMPSchema 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.Methods in org.apache.jempbox.xmp with parameters of type XMPSchema 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.Constructors in org.apache.jempbox.xmp with parameters of type XMPSchema Constructor Description 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 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.
-