Class PDFAXMPSchema
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPSchema
-
- org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
-
public class PDFAXMPSchema extends XMPSchema
XMP Schema for PDF/A (ISO 19005-1).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACENamespace URI for Dublin Core
-
Constructor Summary
Constructors Constructor Description PDFAXMPSchema()Creates a new schema instance for Dublin Core.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PDFAAdaptergetAdapter(Metadata meta)Creates and returns an adapter for this schema around the given metadata object.MergeRuleSetgetDefaultMergeRuleSet()-
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchema
getNamespace, getPreferredPrefix, getQName
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
Namespace URI for Dublin Core- See Also:
- Constant Field Values
-
-
Method Detail
-
getAdapter
public static PDFAAdapter getAdapter(Metadata meta)
Creates and returns an adapter for this schema around the given metadata object.- Parameters:
meta- the metadata object- Returns:
- the newly instantiated adapter
-
getDefaultMergeRuleSet
public MergeRuleSet getDefaultMergeRuleSet()
- Overrides:
getDefaultMergeRuleSetin classXMPSchema- Returns:
- the default merge rule set for this XMP schema.
- See Also:
XMPSchema.getDefaultMergeRuleSet()
-
-