Class XMPBasicSchema
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchema
org.apache.xmlgraphics.xmp.schemas.XMPBasicSchema
XMP schema for XMP Basic.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static MergeRuleSet
static final String
Namespace URI for XMP Basicstatic final String
Preferred prefix for XMP Basicstatic final String
Namespace URI for the qualifier for xmp:Identifierstatic final QName
The qualified name for the qualifier for xmp:Identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMPBasicAdapter
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 XMP Basic- See Also:
-
PREFERRED_PREFIX
Preferred prefix for XMP Basic- See Also:
-
QUALIFIER_NAMESPACE
Namespace URI for the qualifier for xmp:Identifier- See Also:
-
SCHEME_QUALIFIER
The qualified name for the qualifier for xmp:Identifier -
mergeRuleSet
-
-
Constructor Details
-
XMPBasicSchema
public XMPBasicSchema()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:
-