Class PDFAXMPSchema
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchema
org.apache.xmlgraphics.xmp.schemas.pdf.PDFAXMPSchema
XMP Schema for PDF/A (ISO 19005-1).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static MergeRuleSet
static final String
Namespace URI for Dublin Core -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PDFAAdapter
getAdapter
(Metadata meta) Creates and returns an adapter for this schema around the given metadata object.Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchema
addExtraNamespace, getExtraNamespaces, getNamespace, getPreferredPrefix, getQName
-
Field Details
-
NAMESPACE
Namespace URI for Dublin Core- See Also:
-
mergeRuleSet
-
-
Constructor Details
-
PDFAXMPSchema
public PDFAXMPSchema()Creates a new schema instance for Dublin Core.
-
-
Method Details
-
getAdapter
Creates and returns an adapter for this schema around the given metadata object.- Parameters:
meta
- the metadata object- Returns:
- the newly instantiated adapter
-
getDefaultMergeRuleSet
- Overrides:
getDefaultMergeRuleSet
in classXMPSchema
- Returns:
- the default merge rule set for this XMP schema.
- See Also:
-