Package | Description |
---|---|
org.apache.xmlgraphics.xmp |
This package is an XMP metadata framework.
|
org.apache.xmlgraphics.xmp.schemas |
Schema and schema adapter classes for accessing XMP metadata.
|
org.apache.xmlgraphics.xmp.schemas.pdf |
PDF-specific XMP schemas and schema adapter classes.
|
Modifier and Type | Method and Description |
---|---|
XMPSchema |
XMPSchemaAdapter.getSchema() |
XMPSchema |
XMPSchemaRegistry.getSchema(java.lang.String namespace)
Returns the XMP schema object for a given namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
XMPSchemaRegistry.addSchema(XMPSchema schema)
Adds an XMP schema to the registry.
|
Constructor and Description |
---|
XMPSchemaAdapter(Metadata meta,
XMPSchema schema)
Main constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DublinCoreSchema
Schema class for Dublin Core.
|
class |
XMPBasicSchema
XMP schema for XMP Basic.
|
Modifier and Type | Class and Description |
---|---|
class |
AdobePDFSchema
Adobe PDF XMP schema.
|
class |
PDFAXMPSchema
XMP Schema for PDF/A (ISO 19005-1).
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.