Class PDFAExtensionXMPSchema
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPSchema
-
- org.apache.xmlgraphics.xmp.schemas.pdf.PDFAExtensionXMPSchema
-
public class PDFAExtensionXMPSchema extends XMPSchema
-
-
Constructor Summary
Constructors Constructor Description PDFAExtensionXMPSchema()
Creates a new schema instance for Dublin Core.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PDFAExtensionAdapter
getAdapter(Metadata meta)
Creates and returns an adapter for this schema around the given metadata object.MergeRuleSet
getDefaultMergeRuleSet()
-
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchema
getNamespace, getPreferredPrefix, getQName
-
-
-
-
Method Detail
-
getAdapter
public static PDFAExtensionAdapter 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:
getDefaultMergeRuleSet
in classXMPSchema
- Returns:
- the default merge rule set for this XMP schema.
- See Also:
XMPSchema.getDefaultMergeRuleSet()
-
-